Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
KaiserKitty (kaiserkitty@clubcyberia.co)'s status on Tuesday, 03-Oct-2023 23:31:02 JST KaiserKitty
@lain You can just add some code to stop youtube from blocking it lol
Add this to your filter
```
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)
```