Last active
November 17, 2025 03:18
-
-
Save PostsDesert/24bdc4f8ec0984454c307cae819c3e47 to your computer and use it in GitHub Desktop.
Youtube Homepage Block - Blocks YouTube.com homepage without blocking videos, channels, and shorts.
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
| ! Title: Youtube Homepage Block | |
| ! Description: Blocks YouTube.com homepage without blocking videos, channels, and shorts | |
| ! Homepage: https://gist.github.com/PostsDesert/24bdc4f8ec0984454c307cae819c3e47 | |
| ! License: https://gist.github.com/PostsDesert/24bdc4f8ec0984454c307cae819c3e47 | |
| @@||accounts.youtube.com* | |
| ||youtube.com^$document | |
| ||youtube.com | |
| @@||youtube.com/watch* | |
| @@||youtube.com/results* | |
| ! Enable comments | |
| @@||youtube.com/youtubei/v1/att/* | |
| @@||youtube.com/youtubei/v1/next* | |
| ! Allow links going outside of youtube | |
| @@||youtube.com/redirect* | |
| ! Allow shorts | |
| ! @@||youtube.com/shorts* | |
| ! Block related videos | |
| youtube.com###related | |
| @@||youtube.com/api* | |
| @@||youtube.com/embed/* | |
| @@||youtube.com/oembed* | |
| ! Allow playlists | |
| @@||youtube.com/playlist* | |
| ! Allow channel homepages | |
| @@||youtube.com/@* | |
| @@||youtube.com/s/* | |
| @@||youtube.com/c* | |
| ! Block related videos | |
| m.youtube.com##ytm-item-section-renderer[section-identifier="related-items"] | |
| m.youtube.com##ytm-related-chip-cloud-renderer | |
| m.youtube.com##.related-chips-sentinel |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment