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.

ClearURLsDisabling this extension did not remove the popup, but here's my settings anyways:

Link

Return Youtube DislikeRemoving this one did initially seem to work yesterday, but today it isn't.

Link

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

Link

you are viewing a single comment's thread
view the rest of the comments
[–] 13 points 2 years 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)
  • source