AdguardTeam / AdguardFilters

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

washingtonpost.com #48469

Closed adguard-bot closed 4 years ago

adguard-bot commented 4 years ago

Issue URL (Anti Adblock Script)

https://www.washingtonpost.com/

Comment

Clicking on any external links to Washington Post stories takes you to the page with an ovrelay telling you to disable ad blockers.

Screenshots

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

System configuration

Information value
Platform: Ext
AdGuard version: 3.3.8
Browser: Chrome
Filters: Ad Blocking:
AdGuard Base

Privacy:
AdGuard Tracking Protection

Social Widgets:
AdGuard Social Media

Annoyances:
AdGuard Annoyances

Language-specific:
AdGuard Spanish/Portuguese,
EasyList China
zloyden commented 4 years ago

Not reproduced. @AdamWr please take a look.

AdamWr commented 4 years ago

I can't reproduce it too.

adguard-bot commented 4 years ago

Issue URL (Annoyance)

https://www.washingtonpost.com/world/coronavirus-china-live-updates/2020/01/24/4e678f9c-3e03-11ea-afe2-090eb37b60b1_story.html

Comment

Username: @Jagget

Screenshots

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

System configuration

Information value
Platform: Ext
AdGuard version: 3.3.8
Browser: Edge
Filters: Ad Blocking:
AdGuard Base

Other:
Filter unblocking search ads and self-promotion

Language-specific:
AdGuard Russian,
Liste AR
Jagget commented 4 years ago

Sorry, with Annoy filter on -- no problems. Please, ignore previous comment

AdamWr commented 4 years ago

Ok, thank you for the information.

adguard-bot commented 4 years ago

Issue URL (Annoyance)

https://www.washingtonpost.com/

Comment

Username: @dorianps

Can't remove the subscription popup.

Screenshots

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

System configuration

Information value
Platform: Ext
AdGuard version: 3.3.8
Browser: Chrome
Stealth mode options: Hide your search queries, Send Do-Not-Track header, Remove X-Client-Data header from HTTP requests, Strip URLs from tracking parameters, Self-destructing third-party cookies (2880), Hide your Referrer from third-parties
Filters: Ad Blocking:
AdGuard Base

Privacy:
AdGuard Tracking Protection,
EasyPrivacy,
Fanboy's Enhanced Tracking List,
Fanboy Anti-Facebook List,
Fanboy's Anti-thirdparty Fonts

Other:
Filter unblocking search ads and self-promotion

Language-specific:
AdGuard Spanish/Portuguese,
EasyList Italy
Other extensions used: Kaspersky
zloyden commented 4 years ago

It's a paywall.

adguard-bot commented 4 years ago

Issue URL (Incorrect Blocking)

https://www.washingtonpost.com/arts-entertainment/2018/10/06/banksy-painting-sold-auction-million-then-automatically-shredded-itself/

Comment

Username: @kingliamb

The website blocks any use of the website with the adblocker. There isn't a small button to continue use of the site either.

Screenshots

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

System configuration

Information value
Platform: Ext
AdGuard version: 3.3.8
Browser: Chrome
Filters: Ad Blocking:
AdGuard Base

Privacy:
AdGuard Tracking Protection

Social Widgets:
AdGuard Social Media
Other extensions used: Nothing
AdamWr commented 4 years ago

https://github.com/AdguardTeam/AdguardFilters/issues/48469#issuecomment-578814806 - Please enable AdGuard Annoyances filter and then update filters.

saltedcoffii commented 4 years ago

Thanks for the help, @AdamWr

Yuki2718 commented 4 years ago

It's a paywall.

However, you don't need to bypass it. It appears only after you have read several articles, and by deleting cookie you can continue to read the article. But maybe no need for scriptlet to delete cookie, the following seems to be enough to prevent it to appear: ||www.washingtonpost.com/pf/resources/dist/washpost/pwapi-proxy.min.js This may also be added: ||www.washingtonpost.com/wp-stat/pwapi/prod/pwapi-proxy.min.js

(But cosmetic rules like below are not good as they don't prevent silent redirect tho still partly work in effect. www.washingtonpost.com#?#div:has(> iframe#wallIframe) www.washingtonpost.com#$#body { overflow: auto !important; } )

adguard-bot commented 4 years ago

Issue URL (Incorrect Blocking)

https://www.washingtonpost.com/opinions/2020/01/28/marc-thiessen-senate-bolton-testimony/#comments-wrapper

Comment

Comments pane is blocked with AdGuard enabled.

Screenshots

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

System configuration

Information value
Platform: Ext
AdGuard version: 3.3.8
Browser: EdgeChromium
Filters: Ad Blocking:
AdGuard Base

Privacy:
AdGuard Tracking Protection

Annoyances:
AdGuard Annoyances

Other:
Filter unblocking search ads and self-promotion

Language-specific:
EasyList China
Yuki2718 commented 4 years ago

https://github.com/AdguardTeam/AdguardFilters/issues/48469#issuecomment-578187049 is reproduced on Firefox by the above link (filters are the same as this poster) https://www.washingtonpost.com/opinions/2020/01/28/marc-thiessen-senate-bolton-testimony/#comments-wrapper

Issue: ![wp](https://user-images.githubusercontent.com/58900598/73324265-c455ca00-428d-11ea-9b04-8e9396a66b9c.png)

with Annoyances enabled (up-to-date).
Filters: ![settings](https://user-images.githubusercontent.com/58900598/73324274-cb7cd800-428d-11ea-883a-c7881374543b.png)

Apparently uBlock Origin addressed this (doesn't appear if uBO is enabled on the same profile): https://github.com/uBlockOrigin/uAssets/issues/6339 I tested `washingtonpost.com$$script[tag-content="adblocker"]` but this alone was not effective.
zloyden commented 4 years ago

Fixed for Firefox.

AdamWr commented 4 years ago

https://github.com/AdguardTeam/AdguardFilters/issues/48469#issuecomment-579561152

Comments pane is blocked with AdGuard enabled.

It's caused by EasyList China, so please add this rule to user filter:

washingtonpost.com#@#div[id^="_"] > iframe[scrolling="no"][src^="http"][width][height][frameborder="0"]
adguard-bot commented 4 years ago

Issue URL (Anti Adblock Script)

https://www.washingtonpost.com/politics/impeachment-trial-live-updates/2020/01/31/9a853bbe-4415-11ea-b5fc-eefa848cde99_story.html

Comment

-- The information below is automatically generated. Do not delete it.

Referrer: https://apple.news/AaTZJfJZbQeei3MJXU078Tw

Custom userscripts: https://userscripts.adtidy.org/beta/assistant/4.3/assistant.user.js https://userscripts.adtidy.org/beta/popup-blocker/2.5/popupblocker.user.js https://userscripts.adtidy.org/beta/adguard-extra/1.0/adguard-extra.user.js

Screenshots

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

System configuration

Information value
Platform: Win
AdGuard version: 7.3 nightly 24
Browser: Firefox
AdGuard driver: WFP
Filters: Ad Blocking:
AdGuard Base

Language-specific:
AdGuard Russian
Custom filter subscriptions:
Other extensions used: None
zloyden commented 4 years ago

Turn on AdGuard Annoyances.