AdguardTeam / AdguardFilters

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

www.wp.de #140003

Closed adguard-bot closed 1 year ago

adguard-bot commented 1 year ago

Issue URL (Annoyance)

https://www.wp.de/

Comment

Username: @andy-kl

Screenshots

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

System configuration

Information value
AdGuard product: AdGuard for Windows v7.11.3
Browser: Chrome
AdGuard driver: WFP
Stealth mode options: Hide your search queries,
Remove X-Client-Data header from HTTP requests,
Strip URLs from tracking parameters,
Block third-party Authorization header,
Self-destructing third-party cookies (1),
Disable cache for third-party requests,
Block Push API,
Block Location API,
Block Flash,
Block Java,
Hide your Referrer from third-parties (20.191.45.212)
DNS filtering: disabled
Filters: Ad Blocking:
AdGuard Mobile Ads,
AdGuard Base

Privacy:
Fanboy's Anti-Facebook List,
AdGuard URL Tracking,
AdGuard Tracking Protection

Social Widgets:
AdGuard Social Media

Annoyances:
Adblock Warning Removal List,
AdGuard Annoyances

Security:
NoCoin Filter List

Other:
AdGuard Experimental

Language-specific:
EasyList Czech and Slovak,
EasyList Italy,
Estonian List,
Persian Blocker,
AdGuard French,
AdGuard Russian,
AdGuard Chinese,
AdGuard German,
AdGuard Japanese
Custom filters: E:\Daten\AdGuard\bild.de.txt,
E:\Daten\AdGuard\Duden.de.txt
Userscripts: https://userscripts.adtidy.org/beta/assistant/4.3/assistant.user.js,
https://userscripts.adtidy.org/beta/adguard-extra/1.0/adguard-extra.user.js,
https://userscripts.adtidy.org/beta/popup-blocker/2.5/popupblocker.user.js
adguard-bot commented 1 year ago

Issue URL (Annoyance)

https://www.wp.de/demo-fuer-luetzerath-protest-eskaliert-sturm-auf-das-dorf-id237369445.html

Comment

Username: @andy-kl

Screenshots

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

System configuration

Information value
AdGuard product: AdGuard for Windows v7.11.3
Browser: Chrome
AdGuard driver: WFP
Stealth mode options: Hide your search queries,
Remove X-Client-Data header from HTTP requests,
Strip URLs from tracking parameters,
Block third-party Authorization header,
Self-destructing third-party cookies (1),
Disable cache for third-party requests,
Block Push API,
Block Location API,
Block Flash,
Block Java,
Hide your Referrer from third-parties (20.191.45.212)
DNS filtering: disabled
Filters: Ad Blocking:
AdGuard Mobile Ads,
AdGuard Base

Privacy:
Fanboy's Anti-Facebook List,
AdGuard URL Tracking,
AdGuard Tracking Protection

Social Widgets:
AdGuard Social Media

Annoyances:
Adblock Warning Removal List,
AdGuard Annoyances

Security:
NoCoin Filter List

Other:
AdGuard Experimental

Language-specific:
EasyList Czech and Slovak,
EasyList Italy,
Estonian List,
Persian Blocker,
AdGuard French,
AdGuard Russian,
AdGuard Chinese,
AdGuard German,
AdGuard Japanese
Custom filters: E:\Daten\AdGuard\bild.de.txt,
E:\Daten\AdGuard\Duden.de.txt
Userscripts: https://userscripts.adtidy.org/beta/assistant/4.3/assistant.user.js,
https://userscripts.adtidy.org/beta/adguard-extra/1.0/adguard-extra.user.js,
https://userscripts.adtidy.org/beta/popup-blocker/2.5/popupblocker.user.js
Referrer: 20.191.45.212
Andy-Kl commented 1 year ago

It takes about 15 seconds until the cookie message is displayed

https://user-images.githubusercontent.com/8377249/212535886-6e749166-6fa7-4122-b8d0-1e131674c414.mp4

Alex-302 commented 1 year ago

Not reproduced.

Andy-Kl commented 1 year ago

Not reproduced. (?) mmhh...

https://user-images.githubusercontent.com/8377249/212709814-fc1b7b85-96fe-4a42-8460-eb0a6273ddb4.mp4

https://user-images.githubusercontent.com/8377249/212709862-cff6dd4e-d9c2-47e4-9227-a4854f7aeb73.mp4

Alex-302 commented 1 year ago

@BlazDT Please take a look.

I see only this without AdGuard

Details ![image](https://user-images.githubusercontent.com/8361299/212745669-0bc37219-26f7-4c34-b330-38ae8a806eb2.png)
BlazDT commented 1 year ago

Also not reproduced. Please manually check for updates.

Morku commented 1 year ago

@Alex-302 @BlazDT I can confirm the issue.

Screenshot-1: ![west](https://user-images.githubusercontent.com/6276915/212842842-4b383e4c-bd51-49ef-a08c-e70cdf15674f.png)

BlazDT commented 1 year ago

Could you please test this rule:

wp.de#$?#div[id^="cmpbox"] { display: none !important; }

Morku commented 1 year ago

@BlazDT Works fine. wp.de###cmpbox would also do the job.

BlazDT commented 1 year ago

We already have this rule in our filters:

wp.de,bad-gmbh.de,stadt-bremerhaven.de,weser-kurier.de,engelhorn.de,wg-gesucht.de,heizung-billiger.de,herold.at,nn.de,nordbayern.de#$#div[id^="cmpbox"] { display: none !important; }

When wp.de###cmpbox works, rule from Annoyances filter should work too. My mentioned rule is using ext-CSS to overwrite other elements.

Morku commented 1 year ago

@BlazDT 🤷‍♂️Might be an "AdGuard for Windows" thing. When I test AdGuard Extension, I don't get this pop-up. Here you are right.

When I use AdGuard for Windows, I can reproduce on Firefox and Edge and wp.de#$?#div[id^="cmpbox"] { display: none !important; } or wp.de###cmpbox workaround/fix it. Second rule also doesn't break any scrolling or videoplayback.

BlazDT commented 1 year ago

And when you manually add the rule from Annoyances filter in Windows app?

Morku commented 1 year ago

@BlazDT No difference. Still get the pop-up.

BlazDT commented 1 year ago

Scrolling still works when you add one of the two working rules in addition to this rule?

wp.de#@$#body { overflow: auto !important; }

Morku commented 1 year ago

@BlazDT For both rules: No #$#body { overflow: auto !important; } is for both rules necessary.

BlazDT commented 1 year ago

Thank you for testing, added wp.de#$?#div[id^="cmpbox"] { display: none !important; } to not break iOS without Advanced protection.

Andy-Kl commented 1 year ago

@BlazDT thanks, it works now 🙂

Alex-302 commented 1 year ago

Please check ##body div[id^="cmpbox"] wp.de#@$?#div[id^="cmpbox"] { display: none !important; }

Andy-Kl commented 1 year ago

@Alex-302 works too

BlazDT commented 1 year ago

@Alex-302 first rule will block scrolling for non Advanced Protection environment.