Skip to content

Instantly share code, notes, and snippets.

@xNaCly
Created January 2, 2021 18:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save xNaCly/79995e0c43d1fd0819f371971cafdc8a to your computer and use it in GitHub Desktop.
Save xNaCly/79995e0c43d1fd0819f371971cafdc8a to your computer and use it in GitHub Desktop.
uBlock origin - block youtube cookie consent dialoge
www.youtube.com###dialog
youtube.com##.ytd-popup-container
youtube.com##.ytd-consent-bump-lightbox
youtube.com##.opened
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)
youtube.com##+js(json-prune, auxiliaryUi.messageRenderers.upsellDialogRenderer)
youtube.com##+js(set, ytInitialData.topbar.desktopTopbarRenderer.interstitial.consentBumpRenderer.forceConsent, false)
youtube.com##+js(json-prune, [].response.topbar.desktopTopbarRenderer.interstitial.consentBumpRenderer)
youtube.com##.opened
youtube.com###consent-bump
youtube.com##+js(json-prune, topbar.desktopTopbarRenderer.interstitial.consentBumpRenderer)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment