how to block a page but not its subpages? #575
-
I want to block YT's front page (youtube.com), but not everything else on the site. I have tried:
|
Beta Was this translation helpful? Give feedback.
Answered by
proginosko
Mar 19, 2025
Replies: 1 comment 1 reply
-
The following should do it (make sure the regex fields are empty):
I just tested it and it seems to work fine. YT front page is blocked, but https://www.youtube.com/playlist?list=WL is allowed. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Doodlinka
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following should do it (make sure the regex fields are empty):
youtube.com
+youtube.com/*+
I just tested it and it seems to work fine. YT front page is blocked, but https://www.youtube.com/playlist?list=WL is allowed.