AdguardTeam / AdguardFilters

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

evrimagaci.org #140910

Closed adguard-bot closed 1 year ago

adguard-bot commented 1 year ago

Issue URL (Ads)

https://evrimagaci.org/

Comment

Scroll down on the homepage.

Screenshots

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

System configuration

Information value
AdGuard product: AdGuard Browser extension v4.1.53
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 Turkish
kodiakhub commented 1 year ago

Hi @zloyden could you help me for the user rules? Is it possible to merge the those rules into one rule? 😄 👇

evrimagaci.org#?##feed-contents > div.cbox > div.infotop span.left:contains(Evrim Ağacı'na Destek Ol):upward(div.cbox)
evrimagaci.org#?##feed-contents > div.cbox > div.infotop span.left:contains(Discord):upward(div.cbox)
evrimagaci.org#?##feed-contents > div.cbox > div.infotop span.left:contains(Evrim Ağacı'ndan Mesaj):upward(div.cbox)
evrimagaci.org#?##feed-contents > div.cbox > div.infotop span.left:contains(Sizden Gelenler):upward(div.cbox)
zloyden commented 1 year ago

Hi! Actually, you can do this using one rule with Regex if that span contains such text.

evrimagaci.org#?##feed-contents > div.cbox > div.infotop span.left:contains(/Evrim Ağacı'na Destek Ol|Discord|Evrim Ağacı'ndan Mesa|Sizden Gelenler/):upward(div.cbox)

or

evrimagaci.org#?##feed-contents > div.cbox > div.infotop span.left:contains(/Evrim Ağacı'|Discord|Sizden Gelenler/):upward(div.cbox)
kodiakhub commented 1 year ago

Hi! Actually, you can do this using one rule with Regex if that span contains such text.

Thank you! It worked very well. Clap