Closed KyceAbdallah closed 1 year ago
I can't reproduce the issue. Check if you are using any:
I can only reproduce if I disable uBO-filters
.
I can't reproduce the issue. Check if you are using any:
- Custom filters,
- Other extensions,
- Browser's built-in blocker,
- DNS blocking methods,
- Blocking softwares outside browser,
- OS' hosts file to block domains.
I'm not using anything custom
I can only reproduce if I disable
uBO-filters
.
All I did was go on that site, put in the equation, and then when I hit solve, what was shown in the screenshot appeared
chromium
if not chrome => did you disable the various shields, builtin blockers, protection tracking (in brave, edge, vivaldi, opera etc) ?
chromium
if not chrome => did you disable the various shields, builtin blockers, protection tracking (in brave, edge, vivaldi, opera etc) ?
I'm running ChromeOS on a chromebook
What browser are you using? Google Chrome?
What browser are you using? Google Chrome?
Yes it's the only one you you can use on ChromeOS
what requests are allowed / blocked => open the logger, select allowed / blocked items, repeat the steps to get the issue, post here a screenshot with such items
my logger:
what requests are allowed / blocked => open the logger, select allowed / blocked items, repeat the steps to get the issue, post here a screenshot with such items
Sorry I forgot how to open the logger, how do you do it again?
click uBO icon, then:
click uBO icon, then: https://user-images.githubusercontent.com/10303732/196962983-324a59ec-6a03-426b-80c4-bef9cf000791.png
Thank you. Here's a ss
Did you select only the images ?
maybe you should:
maybe you should:
- close / reopen chrome
- reset uBO to default setup
- test again
Still detects
Did you select only the images ?
see my screenshot => In yours I see no +js
filters
There you go. Sry for the mistake I'm still pretty new to GitHub
Same ss, take a look at my ss and you'll see a lot of +js
filters
for example
Same ss, take a look at my ss and you'll see a lot of
+js
filtersfor example
Tbh I'm very confused. Here's the link for you to take a look for yourself
https://atozmath.com/Functions2.aspx?q=symmetry&q1=-2x%60%60symmetry&do=1
well, that's another link not that above, however I click "find" and no anti adblocking .. just the expected solution.
You'll have to investigate on your side, sorry.
i can reproduce firefox desktop stable, ubo dev
STR= on going atozmath.com try solving equations=> enter some=> click solve=> no antiadb
now go back to homepage => try above procedure => solve=> antiadblock comes
after 2-3 tries it detects adblock....may be it is detecting cookies
i can reproduce firefox desktop stable, ubo dev
STR= on going atozmath.com try solving equations=> enter some=> click solve=> no antiadb
now go back to homepage => try above procedure => solve=> antiadblock comes
after 2-3 tries it detects adblock....may be it is detecting cookies
That is what happens
How about simply hiding it?
atozmath.com###lblAdContent
How about simply hiding it?
atozmath.com###lblAdContent
tried already, intended function of site will not work
How about simply hiding it?
atozmath.com###lblAdContent
Actually if the dectection happens, it means the solution won't be displayed, or it will show wrong solutions.
For example, with the old issue https://github.com/uBlockOrigin/uAssets/issues/10815
, the solution won't display because of ##+js(no-xhr-if, /^/)
@ghajini @KyceAbdallah Can you test these filters?
atozmath.com#@#+js(no-xhr-if, /^/)
atozmath.com##+js(no-xhr-if, /prebid|quantumdex|e-planning|criteo|aralego|rubicon|a-mx|id5-sync/)
@@||services.bilsyndication.com/cli/$xhr,domain=atozmath.com
@@||services.bilsyndication.com/vld/$xhr,domain=atozmath.com
@@||services.bilsyndication.com/obj/$xhr,domain=atozmath.com
You might need change to other VPNs to test as the site will always show anti-adblock for 24 hours after a few times detected if I remember correctly.
still detects on 2nd try
How about simply hiding it?
atozmath.com###lblAdContent
Actually if the dectection happens, it means the solution won't be displayed, or it will show wrong solutions.
For example, with the old issue
https://github.com/uBlockOrigin/uAssets/issues/10815
, the solution won't display because of##+js(no-xhr-if, /^/)
@ghajini @KyceAbdallah Can you test these filters?
atozmath.com#@#+js(no-xhr-if, /^/) atozmath.com##+js(no-xhr-if, /prebid|quantumdex|e-planning|criteo|aralego|rubicon|a-mx|id5-sync/) @@||services.bilsyndication.com/cli/$xhr,domain=atozmath.com @@||services.bilsyndication.com/vld/$xhr,domain=atozmath.com @@||services.bilsyndication.com/obj/$xhr,domain=atozmath.com
You might need change to other VPNs to test as the site will always show anti-adblock for 24 hours after a few times detected if I remember correctly.
Yeah it still detects
Clear cookies for the site and try:
atozmath.com##+js(cookie-remover, BAdBlock1)
The warning is shown by the server when the cookie BAdBlock1
is set to 1
.
Never mind, not very reliable. The site is definitely using cookeis however, see with view-source:https://atozmath.com/
, search for "Blocking".
Can anyone else test
atozmath.com#@#+js(no-xhr-if, /^/)
atozmath.com##+js(no-xhr-if, /prebid|quantumdex|e-planning|criteo|aralego|rubicon|a-mx|id5-sync/)
@@||services.bilsyndication.com/passback/$script,domain=atozmath.com
@@||services.bilsyndication.com/cli/$xhr,domain=atozmath.com
@@||services.bilsyndication.com/obj/$xhr,domain=atozmath.com
@@||services.bilsyndication.com/vld/$xhr,domain=atozmath.com
I think the passback
scripts need to be allowed. I followed the steps by @ghajini and anti-adblock does not appear any more for me.
I still get detection using Firefox desktop and +171 requests on the uBO badge.
I notice a lot of cookies: https://user-images.githubusercontent.com/17685483/197124169-ca3b32f6-1faa-4efe-a5be-43ef63793578.png
cookies, server side .. I guess it's not something fixable without massive whitelisting maybe something on firefox if we'd have some replace scriptlet ?!
atozmath.com#@#+js()
@@*$xhr,script,domain=atozmath.com
*$frame,domain=atozmath.com,redirect-rule=noopframe
This doesn't work either (first time no anti-blocker and the second time I get detection):
atozmath.com##^script:has-text(Blocking)
atozmath.com##^responseheader(set-cookie)
cookies, server side .. I guess it's not something fixable without massive whitelisting maybe something on firefox if we'd have some replace scriptlet ?!
atozmath.com#@#+js() @@*$xhr,script,domain=atozmath.com *$frame,domain=atozmath.com,redirect-rule=noopframe
I'm not using firefox though, I'm using google chrome on ChromeOS
I'm not using firefox though, I'm using google chrome on ChromeOS
it does not matter: just test those filters
cookies, server side .. I guess it's not something fixable without massive whitelisting maybe something on firefox if we'd have some replace scriptlet ?!
atozmath.com#@#+js() @@*$xhr,script,domain=atozmath.com *$frame,domain=atozmath.com,redirect-rule=noopframe
doesn't work,still detected
it's like allowing all ads(@@*$xhr,script,domain=atozmath.com
)
not worthy,can workaround by clearing cookies
can workaround by clearing cookies
So this works?
atozmath.com##^responseheader(set-cookie)
atozmath.com##+js(cookie-remover, /^/)
can workaround by clearing cookies
So this works?
atozmath.com##^responseheader(set-cookie) atozmath.com##+js(cookie-remover, /^/)
No
AdGuard:
It looks like that it's server-side anti-adblock and it's checking some cookies
Vanilla JS fix: https://github.com/AdguardTeam/AdguardFilters/commit/e46213395a5d6a16f15fffb4ab07d687c765a22f
I wanted to try the below filter yesterday but I am no longer able to get any content from that site:
atozmath.com##+js(cookie-remover, /BAdBlock\d+|BAdSvi\d+/)
but I am no longer able to get any content from that site:
i didn't get what you just said still get detected on 2nd try
I'm not using firefox though, I'm using google chrome on ChromeOS
it does not matter: just test those filters
Yeah it still detects with these filters:
atozmath.com#@#+js(no-xhr-if, /^/)
atozmath.com##+js(no-xhr-if, /prebid|quantumdex|e-planning|criteo|aralego|rubicon|a-mx|id5-sync/)
@@||services.bilsyndication.com/cli/$xhr,domain=atozmath.com
@@||services.bilsyndication.com/vld/$xhr,domain=atozmath.com
@@||services.bilsyndication.com/obj/$xhr,domain=atozmath.com
but I am no longer able to get any content from that site:
i didn't get what you just said still get detected on 2nd try
I think he's got IP banned from that site (when getting anti adb too many times).
https://github.com/uBlockOrigin/uAssets/issues/15338#issuecomment-1285503818
Possible install:
Firefox Mobile: from APK file or Play Store if official latest version of ChromeOS have (maybe ARM only due lag of translation app to run on x86-64).
Also possible enable Flatpak (maybe only x86-64 CPU if doesn't exist ARM builds):
Opera Mobile (APK/Play Store), but I do not tested install add-on in this creature: https://www.opera.com/browsers/opera-for-chromebook (so maybe have only fancy interface like from tablets).
Try
atozmath.com#@#+js()
*$image,redirect-rule=2x2.png:5,domain=atozmath.com
@@||assets.bilsyndication.com/plugins/cmptcf2/cmp-v2.0.1.js$script,domain=atozmath.com
@@||services.bilsyndication.com/passback/?t=$script,domain=atozmath.com
@@||services.bilsyndication.com^$xhr,domain=atozmath.com
atozmath.com###vi-smartbanner
atozmath.com##.adsbyvli:style(opacity: 0 !important; pointer-events: none !important;)
@mapx- does the solution works for you?
It seems working now .. @ghajini could you test too ?
yes it did worked now
@JobcenterTycoon After some tries, I get detection again.
Works fine for me. Its important to accept the privacy banner first before clicking on find
because the script checking the accept status.
Prerequisites
URL address of the web page
https://atozmath.com/Functions2.aspx?q=symmetry&q1=3x%5E2%2B12x-4%60%60symmetry&do=1
Category
detection
Describe the issue
It detected ublock Origin https://user-images.githubusercontent.com/90739617/196804351-0dbea8d4-c68c-460a-a6b4-eb0adc7756a2.png
Screenshot(s)
Screenshot(s)
Configuration