Skip to content

Instantly share code, notes, and snippets.

View farOverNinethousand's full-sized avatar
💭
Always working on making existing software even better ;)

farOverNinethousand

💭
Always working on making existing software even better ;)
View GitHub Profile
@gersilex
gersilex / README.md
Last active July 5, 2021 17:22
Filter for body content in Fiddler using Fiddlerscript
  1. Open the Fiddlerscript tab in Fiddler
  2. Fiddlerscript is already pre-filled and contains all the logic you selected. Don't erase the script that is in there. Instead, use the 'Go to' dropdown and go to the 'onBeforeResponse' function.
  3. Replace the content with the following and edit to your liking:
static function OnBeforeResponse(oSession: Session) {
  oSession.utilDecodeResponse();
  var body = oSession.GetResponseBodyAsString();
  if (!body.Contains("Dog concerto")) {
 oSession["ui-hide"] = "true";
@SkyyySi
SkyyySi / youtube-vanced-alternatives.md
Last active July 16, 2025 09:59
A list of alternatives after the shutdown of Vanced

NONE OF THESE CLIENTS ARE VERIFIED BY ME FOR SECURITY OR ANYTHING ELSE! USE AT YOUR OWN RISK!


Update 2025-07-16: Use either Revanced, NewPipe or Firefox with add-ons. Revanced is my personal pick, due to it being a mod of the official App like Vanced, but better (e.g. it has integration of Sponsor Block, Return YouTube Disklike and more).

I wouldn't recommend Kiwi Browser anymore as it has been discontinued. AFAIK it has been accuired by Microsoft and the extension support has been merged into Edge (Canary). But you'd have to use Edge. Yuck.