AdguardTeam / AdguardFilters

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

www.spiegel.de #135687

Closed adguard-bot closed 1 year ago

adguard-bot commented 1 year ago

Issue URL (Incorrect Blocking)

https://www.spiegel.de/ausland/corona-pandemie-in-china-keine-1000-neuinfektionen-aber-trotzdem-ein-alarmzeichen-a-b899e3b1-c8bc-4c35-978a-6ff0c2f6831a

Comment

Videos werden geblockt

Screenshots

Screenshot 1 ![Screenshot 1](https://reports-img.adguard.com/BnR09pE.jpg)
Screenshot 2 ![Screenshot 2](https://reports-img.adguard.com/rBsx3Ka.jpg)

System configuration

Information value
AdGuard product: AdGuard Browser extension v4.1.46
Browser: Firefox
Stealth mode: disabled
Filters: Ad Blocking:
AdGuard Base

Other:
Filter unblocking search ads and self-promotion

Language-specific:AdGuard Turkish,
AdGuard French,
AdGuard Russian,
AdGuard Chinese,
AdGuard German,
AdGuard Japanese,
AdGuard Dutch,
AdGuard Spanish/Portuguese,
ABPindo,
Bulgarian list,
EasyList China,
EasyList Czech and Slovak,
EasyList Hebrew,
EasyList Italy,
EasyList Lithuania,
Liste AR,
Icelandic ABP List,
AdBlockID,
Greek AdBlock Filter,
EasyList Thailand,
ABPVN List,
Official Polish filters for AdBlock, uBlock Origin & AdGuard,
Polish GDPR-Cookies Filters,
List-KR,
Adblock List for Finland,
Polish Anti Adblock Filters,
Frellwit's Swedish Filter,
YousList,
EasyList Polish,
Dandelion Sprout's Nordic Filters
BlazDT commented 1 year ago

Disabled rule, but ads are played. @AdamWr could you please check for ads. Cannot access my AdGuard for Windows machine, but according to request there is no json file to use $replace anymore on and with the now disabled rule manually activated audio works, but video is blank.

AdamWr commented 1 year ago

If I'm not wrong, prevent-xhr works fine:

spiegel.de#%#//scriptlet('prevent-xhr', '.damoh.')
BlazDT commented 1 year ago

Seems to work for spiegel.de, but not on t-online.de (will add your rule for all domains listed in previous rule). https://www.t-online.de/tv/nachrichten/politik/id_100086730/ukraine-panzer-versinken-im-schlamm.html

t-online.de will likely switch to this approach too (currently they still use .json file).

AdamWr commented 1 year ago

This:

t-online.de#%#(()=>{window.XMLHttpRequest.prototype.send=new Proxy(window.XMLHttpRequest.prototype.send,{apply:(a,b,c)=>{const d=b.urlCalled;return"string"!=typeof d||0===d.length?Reflect.apply(a,b,c):d.match(/\.damoh\./)?void 0:Reflect.apply(a,b,c)}})})();

seems to works on t-online.de, but it might be required to click two times on a player (I guess that it's better than ads).

BlazDT commented 1 year ago

Thank you, works and I did not need an additional click.