uBlockOrigin / uAssets

Resources for uBlock Origin, uMatrix: static filter lists, ready-to-use rulesets, etc.
GNU General Public License v3.0
4.09k stars 764 forks source link

dizipal739.com: ads #25384

Closed parminn closed 2 weeks ago

parminn commented 3 weeks ago

Prerequisites

URL address of the web page

https://dizipal739.com/

Category

ads

Description

this site changes domains in every month usually and after like 20 change ads are popping up again.

Other extensions used

none

Screenshot(s)

Screenshot(s)

Configuration

```yaml uBlock Origin: 1.59.0 Chromium: 128 filterset (summary): network: 151729 cosmetic: 56953 scriptlet: 23875 html: 0 listset (total-discarded, last-updated): default: user-filters: 0-0, never ublock-filters: 40233-282, 31m Δ ublock-badware: 11271-6, 31m Δ ublock-privacy: 1192-22, 31m Δ ublock-unbreak: 2464-0, 31m Δ ublock-quick-fixes: 153-0, 31m Δ easylist: 85363-580, 31m Δ easyprivacy: 53075-651, 31m Δ urlhaus-1: 25605-0, now plowe-0: 3547-0, now TUR-0: 11359-15, now filterset (user): [empty] userSettings: [none] hiddenSettings: [none] supportStats: allReadyAfter: 777 ms maxAssetCacheWait: 169 ms cacheBackend: indexedDB popupPanel: blocked: 28 network: dizipal739.com: 26 googletagmanager.com: 1 waust.at: 1 extended: ##.g-title > div.containerAds ###bottomAd ```
JobcenterTycoon commented 2 weeks ago

@Yuki2718

Yuki2718 commented 2 weeks ago

this site changes domains in every month usually and after like 20 change ads are popping up again.

This is an open issue: https://github.com/AdguardTeam/FiltersCompiler/issues/204

stephenhawk8054 commented 2 weeks ago

@Yuki2718 Hmm... I think we can test generic filters like these, no need for regex

##div.bb[style="margin:auto;"] > a[target="_blank"][rel="nofollow"] > img.web[src^="/reklamlar/"]
##div.bb[style="margin:auto;"] > a[target="_blank"][rel="nofollow"] > img.mobile[src^="/reklamlar/"]
Yuki2718 commented 2 weeks ago

I don't see unblocked ads with Turkish filter enabled, and as far as possible they should be addressed in regional list.

stephenhawk8054 commented 2 weeks ago

I mean, to address future changing domains without waiting for the list adding the new domain. That's what the regex filters in both lists are doing?

Yuki2718 commented 2 weeks ago

Isn't /reklamlar/* in Turkish list enough for them? In this regard /^https:\/\/dizipal\d+\.com\/reklamlar\/[^.]+\.gif\b/$image,1p,strict1p,to=com in our list is redundant.

stephenhawk8054 commented 2 weeks ago

Yes, the original intention is covering both network and cosmetic in case they change 1 of them.

If you think network is enough, then it's fine to remove our section.

Yuki2718 commented 2 weeks ago

in case they change 1 of them.

For that matter [src^="/reklamlar/"] should be replaced by something. But if you think of a good cosmetic filters, tell me and I can add to Turkish list.

stephenhawk8054 commented 2 weeks ago

Yeah the [src^="/reklamlar/"] can be removed. I just did it due to habits.