You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file is a concise master list of subscriptions and actions to keep your AdGuard Home (DNS-level) and uBlock Origin (browser-level) configurations lean, fast, and non-overlapping.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
These scripts automatically commit and push your changes to your GitHub Gist. No more manual git commands needed!
π¦ Files Created
push-to-gist.sh - For bash/Git Bash (Linux, macOS, Windows Git Bash)
push-to-gist.bat - For Windows Command Prompt (easiest on Windows)
π― How to Use
Option 1: Windows Command Prompt (Easiest)
# Navigate to your gist directorycd c:\Users\darth\Documents\scripts\gist
# Run the script
push-to-gist.bat
Or with custom commit message:
push-to-gist.bat "Add new blocking rules for Spotify"
Option 2: Git Bash / Bash Shell
# Navigate to your gist directorycd c:\Users\darth\Documents\scripts\gist
# Run the script
bash push-to-gist.sh
Or with custom commit message:
bash push-to-gist.sh "Add new blocking rules for Spotify"
π What Happens When You Run It
β Checks if you're in a git repository
β Detects any changes to your files
β Shows you what changed
β Stages all changes (git add -A)
β Creates a commit with your message
β Pushes to your Gist
β Shows recent commits
β Displays your Gist URLs
π‘ Common Workflows
Workflow 1: Edit filterlist.txt and Push
# 1. Edit filterlist.txt in your editor# (make your changes)# 2. Run the push scriptcd c:\Users\darth\Documents\scripts\gist
push-to-gist.bat "Updated blocking rules"# Done! Changes are live on your Gist
# 1. Edit filterlist.txt# 2. Edit README.md# 3. Edit any other files# 4. Push everything at oncecd c:\Users\darth\Documents\scripts\gist
push-to-gist.bat "Update rules and documentation"# All changes pushed together in one commit
Paramount+ (58 rules) - EXTENSIVE BUT SSAI BLOCKS IT
β Major ad networks: DoubleClick, PubMatic, Criteo, FreeWheel, Rubicon, etc.
β 25 Paramount+/CBS infrastructure domains
β Ad tech: Vibrant, Yieldmo, Conversant, AniView, Sovrn, Sonobi, DistrictM
β BUT: Uses SSAI (Server-Side Ad Insertion) = Ads embedded in video stream
β RESULT: DNS blocking can't work - ads are part of the video file
Missing Ad Networks:
- youtube-nocookie.com (privacy CDN for ads)
- youtube.com/api/stats (YouTube analytics - light tracking)
- yt.iam.goog (YouTube IAM tracking)
- yt-video-upload.googleapis.com (video upload tracking)
Why Careful:
- YouTube is complex with many essential domains
- Hagezi Multi PRO already covers most YouTube ads
- May need selective whitelisting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters