AdguardTeam / AdguardFilters

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

independent.co.uk #100054

Closed adguard-bot closed 3 years ago

adguard-bot commented 3 years ago

Issue URL (Annoyance)

https://www.independent.co.uk/

Screenshots

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

System configuration

Information value
AdGuard product: AdGuard Browser extension v3.6.13
Browser: Firefox
Stealth mode: disabled
Filters: Ad Blocking:
AdGuard Base,
AdGuard Mobile Ads

Privacy:
AdGuard Tracking Protection

Social Widgets:
AdGuard Social Media

Annoyances:
AdGuard Annoyances

Security:
Online Malicious URL Blocklist,
Spam404,
NoCoin Filter List
jellizaveta commented 3 years ago

Cannot reproduce. Please check @AdguardTeam/filters-maintainers

AdamWr commented 3 years ago

I can reproduce it with extension for Firefox. As I recall, this website requires to accept cookie, otherwise video player doesn't work. Unfortunately, extension for Firefox/Opera can't update/download new JavaScript rules, so please add this rule to "User rules":

cmpv2.independent.co.uk#%#AG_onLoad(function(){if(window.location.href.includes("consentUUID")){var g=new MutationObserver(function(){var b=document.querySelector('.message-component > button[title^="Agree" i]');b&&(g.disconnect(),b.click())});g.observe(document,{childList:!0,subtree:!0});setTimeout(function(){g.disconnect()}, 1E4)}});