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
Any of the following filters should work... /^https?:\/\/www\.reddit\.com\/r\/(csinterns|personalfinance|techsalesjobs|legaladvice)\// /reddit\.com\/r\/(csinterns|personalfinance|techsalesjobs|legaladvice)\// /(csinterns|personalfinance|techsalesjobs|legaladvice)/ path *= "personalfinance"
Actual Behavior
And infact they do -- but only when Highlighting e.g. @1path *= "personalfinance"
But blocking does not work, e.g. path *= "personalfinance" /(legaladvice)/
Steps to Reproduce the Problem
Disable uBlock, Tampermonkey
Use path *= "personalfinance" or /(legaladvice)/ or any of the filter formats above
use above Google search query, or any using G's advanced operators
Switch to @1path *= "personalfinance" or @1/(legaladvice)/
Extra tests...
Use separately: path*="realtors" @1path*="realtors"
Other extensions/add-ons: uBlock, Tampermonkey, more...
Search engine: Google
Language: English
Region:
The text was updated successfully, but these errors were encountered:
realAzazello
changed the title
Using Google's advanced operators is disabling full-range uB blocking
Using Google's advanced operators disables full-range uB blocking
Jun 22, 2024
{Not sure when this started; could have been around for quite awhile, but coincidentally new ruleset grammar was released recently - #490 }
Suspicion: when using multiple G's advanced operators e.g.
site:
, uB gets disabled or limited from full blocking. But Highlighting still works.Note:
&safe=off
might not be relevant to the troubleshooting. I'm using it as part of normal convenience.Note-note: feel free to change the Title of the Issue.
Expected Behavior
https://www.google.com/search?q=Lendmark+-inurl%3Auser%7Cmildlyinfuriating%7Cnews%7Cpolitics+-intitle%3Ahiring+site%3Awww.reddit.com&safe=off
Any of the following filters should work...
/^https?:\/\/www\.reddit\.com\/r\/(csinterns|personalfinance|techsalesjobs|legaladvice)\//
/reddit\.com\/r\/(csinterns|personalfinance|techsalesjobs|legaladvice)\//
/(csinterns|personalfinance|techsalesjobs|legaladvice)/
path *= "personalfinance"
Actual Behavior
And infact they do -- but only when Highlighting e.g.
@1path *= "personalfinance"
But blocking does not work, e.g.
path *= "personalfinance"
/(legaladvice)/
Steps to Reproduce the Problem
path *= "personalfinance"
or/(legaladvice)/
or any of the filter formats above@1path *= "personalfinance"
or@1/(legaladvice)/
Extra tests...
Use separately:
path*="realtors"
@1path*="realtors"
Try these Gsearches...
Seems to work normally:
https://www.google.com/search?q=realtors
Sort-of works - blocking is missed on a result with
/realtors/
in the Path (the reddit one):https://www.google.com/search?q=intitle%3Arealtors
Specifications
The text was updated successfully, but these errors were encountered: