Add files via upload

This commit is contained in:
Imre Kristoffer Eilertsen
2023-11-10 10:05:47 +01:00
committed by GitHub
parent a6a8002888
commit f4f4632894
2 changed files with 5 additions and 5 deletions
@@ -1351,7 +1351,7 @@ bold.dk##div[class*=ad-top-wallpaper]
mobilsiden.dk,telepristjek.dk###wrapper-top
musikknyheter.no##.centered:not(#toTop)
nakenprat.com##.threadbit:not([id])
nakenprat.com#?##content:style(margin-left: 0 !important)
nakenprat.com#$##content { margin-left: 0 !important }
nattogdag.no##.category-annonse
nattogdag.no##.dfp_mod
netavis.dk##.widget_banner_ads
@@ -1381,9 +1381,9 @@ nutiminn.is#?#.tdc-row:has(.td_block_text_with_title)
nutiminn.is#?#.tdc-row:has(.vc_column:only-of-type .augl-container:only-of-type)
nutiminn.is,newz.dk##.custom-html-widget.textwidget
nyereiselivsavisen.no##.widget-annonse
tek.no#?#main:style(min-height: unset !important)
tek.no#$#main { min-height: unset !important }
tek.no#?#section > section:not(:has(a))
tek.no#?#section > section:first-of-type + section:last-of-type:has([class*=" "]):style(width: 100% !important; max-width: 675px !important)
tek.no#$#section > section:first-of-type + section:last-of-type:has([class*=" "]) { width: 100% !important; max-width: 675px !important }
nyheder.tv2.dk##.o-article_sidebar > div.g-item
onlinenytt.com##.textwidget > p
onlineposten.dk###header
@@ -1494,7 +1494,7 @@ tek.no#?#main > div > div:has-text(kommersielle partner)
tek.no#?#main > section > section:has-text(/^annonse$/)
tek.no#?#section + div:has(span)
tek.no#?#section:has(> div > div:has-text(/^annonse$/))
tek.no#?#section[hidden] + section:style(column-count: 3 !important; width: 100% !important)
tek.no#$#section[hidden] + section { column-count: 3 !important; width: 100% !important }
teknologia.no#?#.widget_text:has(.adsbygoogle)
telefonterror.co.no,ukendtnummer.dk##.ad-comments
test.no##.ad-position-top
@@ -228,7 +228,7 @@ def prepare_ag(lines) -> str:
)
line = re.sub(
r"([a-z])##(.*):style\((.*)\)$",
r"([a-z])#\??#(.*):style\((.*)\)$",
r"\1#$#\2 { \3 }",
line
)