Skip to content

Instantly share code, notes, and snippets.

View BloodDragooner2's full-sized avatar

BloodDragooner2 BloodDragooner2

  • 10:44 (UTC -06:00)
View GitHub Profile
@VVispy
VVispy / Revanced Obtainium Guide.md
Last active August 12, 2025 04:43
Revanced Obtainium Guide

Install Updatable ReVanced Apps ReVanced LogoObtainium Logo

This guide will teach you how to use Obtainium to install and update ReVanced apps. The apps are prepatched and prebuilt on ReVanced Magisk Module. A new version of the included apps is created every time a new ReVanced patch releases. APKMirror is used to source the APKs, using the latest or recommeded version by ReVanced. Patches are sourced officially from ReVanced patches repo.

Note

You must uninstall any previously installed ReVanced apps if it shows a conflict error when updating to the Obtainium version for the first time. For YouTube ReVanced, you can export your settings (Misc section) beforehand and restore them later.

@825i
825i / debloatLDPlayer.md
Last active July 29, 2025 11:56 — forked from TameemS/debloatLDPlayer.md
Debloating LDPlayer

Debloating LDPlayer 9.1.x (September 2024)

I wanted to listen to The Bible using amazing Dwell app which sadly only has an Android or iOS app currently. πŸ‘Ž So for this we need to use one of the cancerware CCP owned Chinese πŸ‡¨πŸ‡³ Android emulators. Yay! /s πŸ™„

Let's at least decrapify this thing as much as we can yeah? Optional/situational lines are in italics but these aren't required and may not work.

These below steps should work similarly for Nox/MEmu etc. because all these emulators are all owned by the same crapware company (see bottom of this gist), but you can older find guides for Nox here and MEMu here.

@XiaoPanPanKevinPan
XiaoPanPanKevinPan / .env-template
Last active August 12, 2025 08:01
Vencord For Firefox (Self-built, Non-official)
EXT_ID=
WEB_EXT_API_KEY=
WEB_EXT_API_SECRET=
OUTPUT_FILENAME=
@aaravrav
aaravrav / RemoveClutter.theme.css
Last active June 7, 2025 02:11
Modifications for the Discord client to remove the clutter
/*==========
RemoveClutter.theme.css by aaravrav
How to inject: Paste in "Custom CSS" tab in BetterDiscord or download and use as theme
========== */
/* Stickers same size as emojis */
.assetWrapper-3GNt0z {
max-width: 48px;
max-height: 48px;
@RubenKelevra
RubenKelevra / fast_firefox.md
Last active August 8, 2025 01:38
Make Firefox fast again
@mutin-sa
mutin-sa / Top_Public_Time_Servers.md
Last active August 11, 2025 04:05
List of Top Public Time Servers

Google Public NTP [AS15169]:

time.google.com

time1.google.com

time2.google.com

time3.google.com

@benjamine
benjamine / alias.cmd
Last active May 13, 2025 20:13
Aliases for windows command line
::
:: Aliases for windows command line
::
:: Installation:
::
:: - create a folder for your aliases (eg: ```c:\cmd-aliases```)
:: - add that folder to your PATH variable
:: - save this script as setalias.cmd on that folder
:: - run "alias" to see usage
::