Hot Take uBlock Stripped - Dynamic Filtering is available on the webstore

@Sampei.Nihira
Not at home atm but you can test at (without/with wife at home;):)) :
hxxps://fuq.com

That website has “strict” age verification and is usually less complicated than websites with “soft” age verification + a cookie consent prompt.

I was referring to this type of website:

Saltaire Brewery

P.S.

Without uBo:

1.png


With uBo + the rule I wrote to remove the age verification.
The Consent Cookie has been removed from the filter list:

3.png


If anyone wants to test it, the rule for bypassing the age verification is:

Code:
saltairebrewery.com##body > div:has-text(You must be at least 18 to visit this site)

P.S.1

The example I gave is intentionally very simple for the extension because it doesn't require any js rules.(y);)
 
Last edited:

That website has “strict” age verification and is usually less complicated than websites with “soft” age verification + a cookie consent prompt.

I was referring to this type of website:

Saltaire Brewery

P.S.

Without uBo:

View attachment 299544


With uBo + the rule I wrote to remove the age verification.
The Consent Cookie has been removed from the filter list:

View attachment 299543


If anyone wants to test it, the rule for bypassing the age verification is:

Code:
saltairebrewery.com##body > div:has-text(You must be at least 18 to visit this site)

P.S.1

The example I gave is intentionally very simple for the extension because it doesn't require any js rules.(y);)

I automated the accept and confirm, so that works as expected, but I did not get anything that asked me to prove my age.
 
Don't forget to change your vote in the "what is your favourite adblocker" :-) Let's be honest for people living in the 5 eyes and extended EU-zone there is no adblocker which combines these features with the performance of uBlock stripped Dynamic filtering (although my opinion probably does not qualify as objective) :ROFLMAO:
 
Last edited:
  • HaHa
  • Like
Reactions: Jan Willy and Morro
If anyone wants to test it, the rule for bypassing the age verification is:

saltairebrewery.com##body > div:has-text(You must be at least 18 to visit this site)
P.S.1

The example I gave is intentionally very simple for the extension because it doesn't require any js rules.
Also,this one works:
saltairebrewery.com##+js(trusted-click-element, #av_submit_form)