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)
 
Guys the whole idea of cookie consent clicker is that you can automate the age verification (choose automate select yes button and create rule) and following cookie prompt (same sequence) in v8.3

You don't need to muddle with rules and you don't want to use scriptlets requiring trust (like the trusted-click-element or trusted-cookie). Google made it possible to allow user scripts requiring trust in Mv3, but they initially cut it out for a reason (SECURITY IN CAPITALS)

The nice thing about automating (simulating user clicks) with cookie clicker is that you don't need scriptlets requiring trust (like in uBO Mv2 or AG Mv3). Similar security benefit has the never consent of cookie clicker when it recognises the Cookie Management Platform), it does not use an EVAL bridge like Ghostery to escape restricted world and get access to main world.

I was really surprised that it was possible to realise the automate without trust and the never consent in restricted world. Honoring the security bounderies comes with limitations but my guess is that 8.3 tackles 80% of real world situatiins.
 
Last edited: