mirror of
https://github.com/DandelionSprout/adfilt.git
synced 2026-09-24 22:03:36 +01:00
78 lines
3.4 KiB
Plaintext
78 lines
3.4 KiB
Plaintext
[Adblock Plus 3.13]
|
|
! Title: 🕳 Empty Padding Remover
|
|
! Version: 08October2023v2-Alpha
|
|
! Expires: 4 days
|
|
! Description: Are you tired of having to scroll so much on websites, or you want to keep your eyes on more text and content at once? If so, this list will help you a little extra bit with that.
|
|
! Homepage: https://github.com/DandelionSprout/adfilt/blob/master/Wiki/General-info.md#-english
|
|
|
|
! ——— Generic ———
|
|
##.skille:not(html, body)
|
|
! change.org, indiegogo.com, thejc.com, icelandreview.com, bir.no, medier24.no, knr.gl, nutiminn.is
|
|
! (https://github.com/DandelionSprout/adfilt/issues/923)
|
|
*~barter.vg##p:has-text(/^\xA0$/):not(:has-text(/\S/)):not(:has(img))
|
|
! https://zh.cn.nikkei.com/politicsaeconomy/stockforex/39110-2020-01-21-09-55-57.html
|
|
! (Exception: https://www.pixiv.net/bookmark.php)
|
|
*##p:has-text(/^\xA0\xA0$/):not(:has-text(/\S/)):not(:has(span))
|
|
!#if !adguard
|
|
! https://nyheder.tv2.dk/2020-02-02-forfatter-derfor-slipper-sportsstjerner-fra-voldtaegtsanklager-uden-skrammer
|
|
! (https://github.com/AdguardTeam/ExtendedCss/issues/159)
|
|
*,~fandom.com##p:has-text(/^ $/):not(:has-text(/\S/)):not(:has(img, input, iframe))
|
|
!#endif
|
|
! As per https://developer.mozilla.org/en-US/docs/Web/CSS/:-moz-only-whitespace
|
|
! (Exception: https://github.com/AdguardTeam/AdguardFilters/issues/119108)
|
|
##p:empty:not([class])
|
|
!#if !env_chromium
|
|
##p:-moz-only-whitespace
|
|
!#endif
|
|
! lyricsmania.com,songtextemania.com
|
|
##.spacer-20:not(html, body)
|
|
! alrai.com
|
|
##.space20:not(html, body)
|
|
! talkmore.no
|
|
! (Exceptions: Various US local newspaper sites, https://github.com/DandelionSprout/adfilt/issues/63/#issuecomment-1086956813)
|
|
!!!*##.spacer:not(html, body):not(:has-text(/\S/))
|
|
!!!trakt.tv#@#.spacer
|
|
!!!mousechief.com#@#.spacer
|
|
! icelandreview.com
|
|
##.mk-padding-divider:not(html, body)
|
|
! https://www.sat24.com/foreloop.aspx?type=0&continent=europa
|
|
###horizontalspace
|
|
! https://newrepublic.com/article/156829/happened-jordan-peterson
|
|
##.section-break:not(html, body)
|
|
! https://mobilabonnement.dk/mobiltesten
|
|
~simplenote.com##.wp-block-spacer:not(html, body)
|
|
! https://www.thetravelinspector.no/news/dobler-prisen-for-nye-pass-bestill-naa
|
|
##.spacer-block:not(html, body)
|
|
! doktor.frettabladid.is
|
|
~gog.com##.footer-spacer:not(html, body)
|
|
! https://thedroidguy.com/htc-u11-troubleshooting (25/10/2020)
|
|
##.elementor-spacer:not(html, body)
|
|
! allers.no
|
|
~schengenvisainfo.com##.vc_empty_space:not(html, body)
|
|
! https://byggebolig.no/luft-luft-varmepumpe/erfaringer-med-mitsubishi-kirigamine-6-6/msg445542 (12/11/2020)
|
|
##.body-spacer:not(html, body)
|
|
|
|
! ——— Site-specific ———
|
|
indiegogo.com#?#h3:has-text(/^\xA0$/):not(:has-text(/\S/))
|
|
indiegogo.com#?#h2:has-text(/^\xA0$/):not(:has-text(/\S/))
|
|
kentonline.co.uk##.clearfix + .clearfix
|
|
kentonline.co.uk##.line + .clearfix
|
|
skiinfo.*,onthesnow.*##.clear
|
|
alarabiya.net#?#.main-content > section:not(:has(a))
|
|
theweatheroutlook.com##.row20
|
|
appleinsider.com#?#.cfix:has-text(/^\xA0$/):not(:has-text(/\S/))
|
|
ice.no##.air-block
|
|
tnt-tv.no,tnt-tv.dk##.desktop_element.promo
|
|
tnt-tv.no,tnt-tv.dk##.logos
|
|
tnt-tv.no,tnt-tv.dk##.tabs_placeholder
|
|
dyrevennene.no##.td-footer-wrapper
|
|
replacementdocs.com#?#.forumheader3:not(:has(img)):not(:has-text(/\S/)):not(:has(input))
|
|
transfermarkt.com##.clearer
|
|
sat24.com###headermenu
|
|
!#if !env_mobile
|
|
pixiv.net#?#div[class*=" "]:empty:has(+ aside + aside)
|
|
!#endif
|
|
|
|
! Disqualified entries due to breakage of regular content (Example given)
|
|
!!! *##p:has(br):not(:has-text(/\S/)):not(:has(span)):not(:has(img)) (Caused newlines to fail to work in Slack)
|