mirror of
https://github.com/DandelionSprout/adfilt.git
synced 2026-09-24 20:10:21 +01:00
smhmh
This commit is contained in:
@@ -851,6 +851,7 @@ trening.no##.cp-slidein-body
|
||||
lydogbilde.no,lydogbillede.dk##*:has(>.adunit-lazy)
|
||||
polarmedia.dk##p:has(a[href*=casino])
|
||||
dk-kogebogen.dk###banners_right
|
||||
flashscore.dk##.boxOverContent--a
|
||||
kode24.no##.top-profile.row
|
||||
borsen.dk,borsen-dk.translate.goog##[href*="://borsen.dk/sponsoreret"]
|
||||
bt.no##p ~ div[class^=hyperion-css-]:has(> div[id*=-ad- i])
|
||||
@@ -1214,6 +1215,7 @@ bydrammen.no##.elementor-widget-ucaddon_portfolio_carousel
|
||||
eavisa.com##.td_block_wrap:has(.td-fix-index > p[style="text-align: center;"])
|
||||
eavisa.com##.vc_inner:has(.tdm-btn-md-used)
|
||||
eavisa.com##.td_block_text_with_title:has(+.vc_inner .tdm-btn-md-used)
|
||||
flashscore.dk##div.banner
|
||||
politiken.dk##.space-y-gutter > div:not([id])
|
||||
politiken.dk##section[class*=MegaboardAd i]
|
||||
denoffentlige.dk##.generic-widget:has([data-ad-unit-id])
|
||||
@@ -1506,6 +1508,8 @@ contentMarketing$xmlhttprequest,domain=sol.no|sol-no.translate.goog
|
||||
||1819.is/infosmall/$image
|
||||
||730.no/banner/*/sonymusic/$subdocument
|
||||
||aa-cdn.mytaste.org/js/ad.js$script
|
||||
||acdn.adnxs.com/ast/ast.js$script,domain=vg.no
|
||||
||acdn.adnxs.com/ast/ast.js$script,rewrite=abp-resource:blank-js,domain=vgtv.no
|
||||
||aftenposten.no/seksjon/dist/ads-$script
|
||||
||akamai.net^$script,domain=eniro.no|eniro.dk
|
||||
||akamaihd.net^$media,domain=discoveryplus.com
|
||||
@@ -1670,6 +1674,7 @@ contentMarketing$xmlhttprequest,domain=sol.no|sol-no.translate.goog
|
||||
||www-presse-fotos-dk.filesusr.com^
|
||||
||xklub.dk/bannercache^
|
||||
||xklub.dk/xsite/img/banner^
|
||||
||xn--bredbnd-ixa.dk/wp-content/*/velkommen_banner$image
|
||||
||youtube.com/embed/*&origin=https%3A%2F%2Fwww.feltet.dk&widgetid=1$subdocument
|
||||
||yrkesbil.no/gifs/1pix.gif^
|
||||
||ytresogn.no/ete/index.html^
|
||||
@@ -2370,6 +2375,7 @@ trendsales.dk##.top__banner
|
||||
xn--bredbnd-ixa.dk##div[class^="speedtest-bg"] > a > img
|
||||
||freewheel-mtgx-tv.akamaized.net/*.mp4$media,rewrite=abp-resource:blank-mp3,domain=bold.dk
|
||||
!!!||freewheel-mtgx-tv.akamaized.net^$media,domain=tv3sport.dk
|
||||
||v.fwmrm.net/ad/g/$domain=ekstrabladet.dk|ekstrabladet-dk.translate.goog
|
||||
||vgc.no/cdn/js/libs/homad-config.json$xmlhttprequest,rewrite=abp-resource:blank-json
|
||||
||widget.tippebannere.no^$third-party
|
||||
inky.no#@#iframe[width="200"][height="240"]
|
||||
@@ -2393,6 +2399,8 @@ thelocal.no,thelocal.dk##.row > div[class^="row-"]:has(> a[href="#"] > .panel-ad
|
||||
thelocal.no,thelocal.dk#?#div > .section:has(> div[class*=-label]:has-text(Sponsored))
|
||||
gaamess.dk##div[class$="Ad"]
|
||||
! https://github.com/uBlockOrigin/uAssets/issues/26263 (02/12/2024)
|
||||
flashscore.dk###detail > .detailLeaderboard
|
||||
flashscore.dk##.prematchOddsBonus__bonus
|
||||
! Syncing from 166942 onwards (14/04/2025)
|
||||
nettavisen.no##amedia-smartembed:has(div.overlay_container [data-skin=commercial])
|
||||
nettavisen.no##.teaser_body[href]:has(div.overlay_container [data-skin=commercial])
|
||||
|
||||
@@ -2573,11 +2573,11 @@ def prepare_abp(lines) -> str:
|
||||
line
|
||||
)
|
||||
|
||||
#line = re.sub(
|
||||
# r"[$,]important",
|
||||
# "",
|
||||
# line
|
||||
#)
|
||||
line = re.sub(
|
||||
r"[$,]important",
|
||||
"",
|
||||
line
|
||||
)
|
||||
|
||||
line = re.sub(
|
||||
"Dandelion Sprouts nordiske filtre for ryddigere nettsider",
|
||||
@@ -3348,7 +3348,7 @@ def prepare_abp(lines) -> str:
|
||||
)
|
||||
|
||||
line = re.sub(
|
||||
r"^(.*,)?flashscore.\*((#|,).\*)$",
|
||||
r"^(.*,)?flashscore\.\*((#|,).*)$",
|
||||
r"\1flashscore.dk\2",
|
||||
line
|
||||
)
|
||||
@@ -3578,13 +3578,13 @@ def prepare_ls(lines) -> str:
|
||||
)
|
||||
|
||||
line = re.sub(
|
||||
r"(.*\..*[a-z0-9]$)",
|
||||
r"^(.*\..*[a-z0-9]$)",
|
||||
r"\1\" },",
|
||||
line
|
||||
)
|
||||
|
||||
line = re.sub(
|
||||
r"(.*\..*[a-z0-9])\\\"",
|
||||
r"^(.*\..*[a-z0-9])\\\"",
|
||||
r"\1\\",
|
||||
line
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user