Figured I’d make a dedicated post this time instead of leaving it in a comment.

If more details are needed, please leave a comment and tell me.

ClearURLs

Disabling this extension did not remove the popup, but here’s my settings anyways:

Link

Return Youtube Dislike

Removing this one did initially seem to work yesterday, but today it isn’t.

Link

DuckDuckGo Privacy Essentials

Removing this did not work, but this extension has caused adblocker-blockers to yell at me before.

Link

  • LocustOfControl@reddthat.com
    link
    fedilink
    English
    arrow-up
    13
    arrow-down
    1
    ·
    9 months ago

    I have Bitwarden, RES and uBlock Origin, plus Enhancer for Youtube.

    My fix was

    1. disable “Block Ads” in Enhancer for Youtube
    2. add this to uBlock under “My Filters”:
    ! from https://gadgetstouse.com/blog/2023/05/15/bypass-ad-blockers-not-allowed-on-youtube/
    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)