-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom Filters exception tag not working as expected #1798
Comments
hi @gortron - thank you for reporting. Have looked into this issue and it looks like the block filter for youtube main page should be slightly different. Does this one works for you |
Thanks @chrmod! Doing so updates the DNR output to be:
And the Actual behavior: Generally, it seems like Exclusion tags are not working as expected. |
@GRadziejewski can you test this please? It works fine on my end. @gortron when testing do you force-refresh the page? Youtube is using service workers for caching, so the page may load from cache and network filter wont be able to stop that. |
@chrmod On my machines it looks like this:
macOS: Screen.Recording.2024-08-27.at.18.27.50.mp4iOS (I had to wait a bit for it to work, but at the end check the results): RPReplay_Final1724776577.MP4 |
I noticed an issue with the
Experimental Ad-Blocking Filters > Customer filters
setting.Environment:
Repro steps:
||youtube.com^$document
as a custom filter@@||youtube.com/watch
as a custom filterExpected behavior:
youtube.com/
home page is blocked, BUTyoutube.com/watch?v=...
videos are NOT blocked.Actual behavior:
youtube.com/
home page is blocked, ANDyoutube.com/watch?v=...
videos ARE blocked.Let me know if there are any other details I can provide for this issue.
The text was updated successfully, but these errors were encountered: