Better comments
This commit is contained in:
parent
2d08ce8706
commit
8e110200f8
1 changed files with 6 additions and 6 deletions
12
filters.txt
12
filters.txt
|
@ -84,24 +84,24 @@ news.kennel.ml##body:style(background-image: none !important;)
|
|||
! modrinth.com - Cookies
|
||||
modrinth.com##.modrinth-content-wrapper
|
||||
|
||||
! Hide Analytics/Views buttons on tweets
|
||||
! twitter.com - Hide analytics and views buttons on tweets
|
||||
twitter.com##article [role=group] [href$="/analytics"]:upward(div:not(:only-child))
|
||||
|
||||
! YT hide shorts
|
||||
! youtube.com - Hide shorts
|
||||
youtube.com##[is-shorts]
|
||||
www.youtube.com##ytd-browse[page-subtype="subscriptions"] ytd-grid-video-renderer [overlay-style="SHORTS"]:upward(ytd-grid-video-renderer)
|
||||
www.youtube.com##ytd-browse[page-subtype="subscriptions"] ytd-video-renderer [overlay-style="SHORTS"]:upward(ytd-item-section-renderer)
|
||||
|
||||
! Google consent, "before you continue"
|
||||
! Google cookies
|
||||
www.google.*##^script:has-text(consentCookiePayload)
|
||||
www.google.*##+js(acis, document.cookie, YES+)
|
||||
google.*##+js(aeld, DOMContentLoaded, CONSENT)
|
||||
||consent.google.com^
|
||||
|
||||
! Google login dialogs on various pages
|
||||
! Google login dialogs
|
||||
||accounts.google.com/gsi/*$xhr,script,3p
|
||||
|
||||
! YT consent
|
||||
! youtube.com - Cookies
|
||||
youtube.com##+js(set, ytInitialData.topbar.desktopTopbarRenderer.interstitial.consentBumpRenderer.forceConsent, false)
|
||||
youtube.com##+js(json-prune, [].response.topbar.desktopTopbarRenderer.interstitial.consentBumpRenderer)
|
||||
youtube.com##+js(json-prune, topbar.desktopTopbarRenderer.interstitial.consentBumpRenderer)
|
||||
|
@ -110,7 +110,7 @@ youtube.com##+js(set, ytInitialData.topbar.desktopTopbarRenderer.interstitial.co
|
|||
youtube.com##+js(json-prune, [].response.overlay.consentBumpV2Renderer topbar.desktopTopbarRenderer.interstitial.consentBumpV2Renderer overlay.consentBumpV2Renderer response.overlay.consentBumpV2Renderer)
|
||||
youtube.com##+js(set, ytInitialData.desktopTopbar.desktopTopbarRenderer.interstitial.consentBumpV2Renderer, undefined)
|
||||
|
||||
! YT login
|
||||
! youtube.com - Login
|
||||
youtube.com##+js(set, ytInitialPlayerResponse.auxiliaryUi.messageRenderers.upsellDialogRenderer.isVisible, false)
|
||||
youtube.com##+js(set, ytInitialData.overlay.upsellDialogRenderer.isVisible, false)
|
||||
youtube.com##+js(json-prune, [].playerResponse.auxiliaryUi.messageRenderers.upsellDialogRenderer)
|
||||
|
|
Loading…
Reference in a new issue