AdguardTeam / AdguardFilters

AdGuard Content Blocking Filters
https://adguard.com/
GNU General Public License v3.0
3.17k stars 631 forks source link

topeuropix.site #120527

Closed adguard-bot closed 2 years ago

adguard-bot commented 2 years ago

Issue URL (Ads)

https://topeuropix.site/watch-online-movie/dark-cloud-2022-online-free-hd-with-subtitles-europix

Comment

Play button leads to ad

Screenshots

Screenshot 1 ![Screenshot 1](https://reports-img.adguard.com/fuDv4tk.png)

System configuration

Information value
AdGuard product: AdGuard Browser extension v4.0.171
Browser: Chrome
Stealth mode options: Send Do-Not-Track header,
Strip URLs from tracking parameters
Filters: Ad Blocking:
AdGuard Base

Privacy:
AdGuard URL Tracking,
AdGuard Tracking Protection

Social Widgets:
AdGuard Social Media

Annoyances:
AdGuard Annoyances

Language-specific:
AdGuard Turkish
gedw99 commented 1 year ago

@AdamWr

i am using Adguard for Mac, and all of topeuropix is blocked on the video play pages.

i was using Adguard for Safari, and i did not have any problems.

Not only this but the blocking varies between Chrome and Safari. Safari blocks 100% , not allowing any video to play Chrome allows a video to play, but does not remove the interstatialy embedded video ads

NOTE: when i was using Adguard Web extensions only, none of these issues occurred.

Sounds like perhaps the way that Adguard for Mac uses its only Os level Proxy might means that it does not have enough contextual information to do correct blocking, leading to false positives ?

Can you advise ?

AdamWr commented 1 year ago

Hello, Could you please add those rules (one rule per line):

$script,third-party,domain=europixhd.net,badfilter
$third-party,xmlhttprequest,domain=europixhd.net,badfilter
europixhd.net##a[onclick*="openAuc();"]
europixhd.net#%#//scriptlet("abort-on-property-read", "BetterJsPop")

to user rules and then check if video works correctly?

AdamWr commented 1 year ago

i was using Adguard for Safari, and i did not have any problems.

The difference may be due to enabled filters. I can reproduce issue with video player (with AdGuard app and also with AdGuard extension) if I enable French filter, I have added rules which should fix it, filters update will be available in 1-2 hours.

Not only this but the blocking varies between Chrome and Safari. Safari blocks 100% , not allowing any video to play Chrome allows a video to play, but does not remove the interstatialy embedded video ads

It looks like that for some reason protection doesn't work in Chrome, but I might be wrong. Could you please check in Chrome if AdGuard is detected here - https://adguard.com/test.html

gedw99 commented 1 year ago

@AdamWr

yes protection is running in Safari and Chrome.

I added the rules you suggested:

These are the same backend, and so useful to compare.

https://europixhd.pro/watch-online-movie/black-adam-2022-online-free-hd-with-subtitles-europix https://topeuropix.site/watch-online-movie/black-adam-2022-online-free-hd-with-subtitles-europix

topeuropix: Chrome - works Safari - does not work.

europixhd: Chrome - works Safari - works

Both blast me with 2 extra tabs, but at least the video player does work.

If you need more info let me know.

Wondering what tools you use to help make the rules. Something like Chroma or other in golang ?

gedw99 commented 1 year ago

funnily enough, removed the user rules did not make a difference. This is sort of what i was talking about with false positives.

Would be cool if there was an adguard API and Chroma like tool, to allow a User like me to work out whats happening, and update the rules from that. Its basically a type of HIL ( human in the loop ) machine learning where i assis the system. I am he piggy used to test on basically.

AdamWr commented 1 year ago

Both blast me with 2 extra tabs, but at least the video player does work.

That's weird, because popups should be blocked by this rule:

europixhd.net#%#//scriptlet("abort-on-property-read", "BetterJsPop")

Wondering what tools you use to help make the rules. Something like Chroma or other in golang ?

Here is an information about creating rules - https://kb.adguard.com/en/general/how-to-create-your-own-ad-filters You can also open filtering log to check what requests are blocked, but there isn't any API or automation tool.

I have checked it on Windows only, I will try to check it out on MacOS soon.

Could you please provide which filter lists you have enabled in AdGuard?

AdamWr commented 1 year ago

I was able to reproduce issue with video player in Safari. Please add this rule:

||topeuropix.site/svop4/$popup,badfilter

to user rules, it should unblocks video player. I will add it to AdGuard Base filter, filters update should be available in 1-2 hours.