Skip to content

Instantly share code, notes, and snippets.

@SegoCode
Created October 18, 2023 08:49
Show Gist options
  • Save SegoCode/82c007aaa50a4a25315a8ef8f85b1fed to your computer and use it in GitHub Desktop.
Save SegoCode/82c007aaa50a4a25315a8ef8f85b1fed to your computer and use it in GitHub Desktop.
Youtube adblock uBlock origin filter
youtube.com##body:style(overflow-y:auto!important; max-height:none!important; width:auto!important; position:static!important;)
youtube.com##+js(set, yt.config_.openPopupConfig.supportedPopups.adBlockMessageViewModel, false)
youtube.com##+js(set, Object.prototype.adBlocksFound, 0)
youtube.com##+js(set, ytplayer.config.args.raw_player_response.adPlacements, [])
youtube.com##+js(set, Object.prototype.hasAllowedInstreamAd, true)
youtube.com##+js(set, yt.config_.openPopupConfig.supportedPopups.adBlockMessageViewModel, false)
youtube.com##+js(set, Object.prototype.adBlocksFound, 0)
youtube.com##+js(set, ytplayer.config.args.raw_player_response.adPlacements, [])
youtube.com##+js(set, Object.prototype.hasAllowedInstreamAd, true)
youtube.com##ytd-popup-container:remove()
youtube.com##.opened
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment