AdguardTeam / AdguardFilters

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

www.fukuishimbun.co.jp #134329

Closed adguard-bot closed 1 year ago

adguard-bot commented 1 year ago

Issue URL (Ads)

https://www.fukuishimbun.co.jp/articles/-/1662524

Screenshots

Screenshot 1 ![Screenshot 1](https://reports-img.adguard.com/ISscVPW.png)
Screenshot 2 ![Screenshot 2](https://reports-img.adguard.com/7ixxMjj.png)
Screenshot 3 ![Screenshot 3](https://reports-img.adguard.com/ASF1ks5.png)
Screenshot 4 ![Screenshot 4](https://reports-img.adguard.com/fwbWhM5.png)

System configuration

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

Privacy:
AdGuard URL Tracking,
AdGuard Tracking Protection

Social Widgets:
AdGuard Social Media

Annoyances:
AdGuard Annoyances

Language-specific:
AdGuard Russian,
AdGuard Chinese,
AdGuard Japanese
Yuki2718 commented 1 year ago

@AdamWr .textlink-ad is not ad but their own contents. Maybe best to limit to .admeasure.rectangle.

AdamWr commented 1 year ago

I don't see .textlink-ad element on my end, so I'm not sure which exactly element do you mean.

Yuki2718 commented 1 year ago

Strange, here SS (with fukuishimbun.co.jp#@#.admeasure added)

Screenshot ![fukuishimbun](https://user-images.githubusercontent.com/58900598/200324768-08740769-f5f9-4996-a03f-8134558c11b2.png)
AdamWr commented 1 year ago

Okay, I see it after disabling ad blocker and it seems that it's blocked by Russian filter (if I'm not wrong), but I'm not sure if it's necessary to add an additional exclusion to this list, as some of these links redirect to third party websites. I will just remove .admeasure and add:

fukuishimbun.co.jp##.admeasure:not(.textlink-ad)
Yuki2718 commented 1 year ago

I think ##div[id^="js-textlink-ad"] + script + hr can also be removed.

AdamWr commented 1 year ago

Okay, done. I guess that in case if textlink-ad is blocked, fukuishimbun.co.jp##div[id^="js-textlink-ad"]:empty + script + hr would be okay, but I suppose that it's not needed.