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
It's related to AdguardTeam/AdguardFilters#128326. The problem is seen in AdGuard for iOS / Safari.
There is anti-adblock script that check the elements and If the check fails, you will also get an ad-blocking message.
The rules below should work on Safari (Mac or iOS), but they do not.
There is hab function that returns true even when adding one of these types of rules.
To reproduce this:
add an exception below dood.wf,dood.la,dood.pm,dood.so,dood.to,dood.watch,dood.ws#@%#//scriptlet("abort-current-inline-script", "document.getElementsByClassName", "allow adblock") and one of the type of the rules above.
This is a normal behaviour on Chrome via AdGuard for Chrome (the same with AdGuard for Mac / Windows).
Screenshot:
According to @AdamWrresearch, it can be happened on any site.
The text was updated successfully, but these errors were encountered:
It's related to AdguardTeam/AdguardFilters#128326. The problem is seen in
AdGuard for iOS / Safari
.There is anti-adblock script that check the elements and If the check fails, you will also get an ad-blocking message.
The rules below should work on
Safari (Mac or iOS)
, but they do not.There is
hab
function that returnstrue
even when adding one of these types of rules.CSS rule:
Exceptions:
To reproduce this:
add an exception below
dood.wf,dood.la,dood.pm,dood.so,dood.to,dood.watch,dood.ws#@%#//scriptlet("abort-current-inline-script", "document.getElementsByClassName", "allow adblock")
and one of the type of the rules above.This is a normal behaviour on Chrome via
AdGuard for Chrome
(the same withAdGuard for Mac / Windows
).Screenshot:
According to @AdamWr research, it can be happened on any site.
The text was updated successfully, but these errors were encountered: