AdguardBrowserExtension icon indicating copy to clipboard operation
AdguardBrowserExtension copied to clipboard

youtube catch ADblocker and wont let video play until you disable them.

Open Lather0519 opened this issue 2 years ago • 47 comments
trafficstars

AdGuard Extension version

4.2.189

Browser version

edge 117.0.2045.60

OS version

windows11 22h2, OS build: 22621.2428

What filters do you have enabled?

AdGuard Base filter

What Stealth Mode options do you have enabled?

Block trackers

Issue Details

image

Expected Behavior

No response

Screenshots

Screenshot 1:

Additional Information

No response

Lather0519 avatar Oct 12 '23 11:10 Lather0519

"YouTube does not permit ad blockers" I click on the 'X' then start the video successfully. Using Brave browser with AdGuard version 4.2.189. I guess YouTube coders finally caught AdGuard's behavior!

BrionBell avatar Oct 13 '23 02:10 BrionBell

I also encountered the same problem,use chrome browser.

finalpi avatar Oct 13 '23 09:10 finalpi

Same. On Chrome.

One simple workaround on the Chrome desktop browser is to delete the overlay:

  1. Right-click on the popup, and choose Inspect Element.
  2. Find the <tp-yt-paper-dialog> element. Right-click on it and select Delete Element.

image

(For opening Inspect Element on Chrome, Firefox, Edge, and Safari: https://www.businessinsider.com/guides/tech/how-to-inspect-element)

This won't work with Auto-play, so you have to do it anytime a new video starts playing.

jlauerswi avatar Oct 13 '23 16:10 jlauerswi

https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2532#issuecomment-1761757147 also possible to do in Opera/OperaGX

Rairof avatar Oct 15 '23 04:10 Rairof

Thank you for reporting this! We're aware of the issue and are working on a solution. Please wait for the latest update, which is coming soon.

Meanwhile we'd like to investigate exactly how this feature works. As far as we know, not all users have experienced this issue, since Youtube may be experimenting with different groups of users. We'd like to know which countries have been affected and would appreciate if you share the location chosen in your google account. You can share it by sending us an email at [email protected], mentioning the issue. Thank you in advance!

It's not mandatory and won't be used for anything other than investigating the issue

Birbber avatar Oct 16 '23 15:10 Birbber

image

USA. Have never seen it before until now.

Hukuma1 avatar Oct 16 '23 20:10 Hukuma1

image USA. Have never seen it before until now.

I just found a base "Fixed" for it. go adguard settings and click in "filter" -> "adblock"; turn off "adblock" -> go refresh youtube until it wont show that annoying window; then go back and turn on "adblock" again. then you might be fine to watch youtube with clean in about 1day, cause seems it will track you again when a day is pass.

at less I could keep fix it like that and wait until it actually be fixed.

ghost avatar Oct 18 '23 05:10 ghost

this advice works for me https://www.reddit.com/r/Adguard/comments/1743bny/comment/k4ybmv0/?utm_source=share&utm_medium=web2x&context=3

NikoKS avatar Oct 18 '23 09:10 NikoKS

this advice works for me https://www.reddit.com/r/Adguard/comments/1743bny/comment/k4ybmv0/?utm_source=share&utm_medium=web2x&context=3

it doesn't work after playing a few videos.

finalpi avatar Oct 18 '23 11:10 finalpi

image Limit viewing of 3 videos

AlphaBoom avatar Oct 18 '23 12:10 AlphaBoom

From what I've seen there are different variations of the ad block blocker. They might limit you to 3 videos. They might add a dark overlay behind the pop up. They might disable vertical scrolling.

I have not experienced the 3 videos limit so I'm unsure how to advice on circumventing that but the rest seems to be pretty easy to bypass using user rules, by attempting to block the pop up using Block similar but also by removing the .style-scope so the page doesn't break.

In my case I had a pop up and my scroll bar wasn't allowed to function without jittering so I added this user rule: youtube.com##.no-y-scroll, .no-y-overflow, .ytd-popup-container

Note that this won't be a permanent fix as they keep changing the variation of their solution.

Syntle avatar Oct 19 '23 15:10 Syntle

I have seen all of the above ad block blockers in the following order.

  1. A pop-up on top of dark overlay saying "Ad blockers violate YouTube's Terms of Service", which doesn't let click close(x) button for 5 seconds then would let me close and enjoy the video for a while (I don't know how long). Play button on my keyboard let me play the video, even with this pop-up fired up. I used user rules that i found on reddit to block these and had no trouble for some time whatsoever.
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)

After that it stopped working then i used the following

youtube.com##ytd-popup-container
youtube.com##tp-yt-iron-overlay-backdrop
  1. Then scrolling stopped working. Simply putting video in fullscreen mode and back, removed this behaviour.
  2. A warning saying that I have 3-video limit, which doesn't reset at all. You have only 3-video limit.
  3. Youtube blocked me viewing the videos at all. Now, only way for me to see the player, disabling the adguard or any adblocker. The whole video player area is giving the warning i mentioned in first one, and there is no close button whatsoever.

I have 2 accounts based on different countries, I got the same warning but on different days. I guess YouTube is just rolling out these slowly, but surely.

ekardon avatar Oct 20 '23 00:10 ekardon

I just noticed that including .ytd-popup-container in the rule was a mistake as that class name handles all pop-ups, even necessary ones like your playlist list when saving a video, not just the ad block blocker pop-up. I have removed it from the rule and will figure out what class I need to block instead when I get the pop-up again.

Syntle avatar Oct 20 '23 00:10 Syntle

Navigate to YouTube then LOG OUT! You can watch all you want with no ads and no warning. It seems that Google thinks the only people who watch YouTube are Google users/ That's mostly true, but they didn't put up the blocker detector for NON-Google users. It's probably an oversight, and they'll fix it soon, but for now... ENJOY!

On Fri, Oct 13, 2023 at 5:44 AM finalpi @.***> wrote:

I also encountered the same problem,use chrome browser.

— Reply to this email directly, view it on GitHub https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2532#issuecomment-1761227899, or unsubscribe https://github.com/notifications/unsubscribe-auth/BDHQOLU5NVPVFWT6QFSBEJ3X7EEOLANCNFSM6AAAAAA55PCCUE . You are receiving this because you commented.Message ID: @.***>

--

Brion Bell Information Technology Master Professional Musician

954-551-8321

BrionBell avatar Oct 20 '23 02:10 BrionBell

in case it helps the dev team, the folks over at uBlockOrigin have some sort of script that seems to work.

https://www.reddit.com/r/uBlockOrigin/comments/178yasm/youtube_antiadblock_and_ads_october_16_2023/

steve-estes avatar Oct 21 '23 01:10 steve-estes

I only ever get this other variation of the block:

Sat Oct 21 11:57:41 -03 2023

It goes away when I disable AdGuard for the site. If I enable it back, sometimes it works for a while. It's hit or miss.

2V3EvG4LMJFdRe avatar Oct 21 '23 15:10 2V3EvG4LMJFdRe

Here the same in Germany with Mac Safari. 1 Week it was possible to close the overlay. Now the whole site is black with the same text (not more an overlay popup), like in the Window. Reload dont help more, like before.

JanuschM-CGN avatar Oct 21 '23 18:10 JanuschM-CGN

I only ever get this other variation of the block:

Sat Oct 21 11:57:41 -03 2023

It goes away when I disable AdGuard for the site. If I enable it back, sometimes it works for a while. It's hit or miss.

you might enabled proxy in adguard before

ghost avatar Oct 22 '23 07:10 ghost

My latest solution when a video is blocked is to copy the URL and open it in an incognito window. It always plays. Will keep doing this until a fix is out.

KidA001 avatar Oct 25 '23 11:10 KidA001

a fix is already out for days...https://github.com/AdguardTeam/AdguardBrowserExtension/releases/tag/v4.2.208-beta

aliencaocao avatar Oct 25 '23 12:10 aliencaocao

a fix is already out for days...https://github.com/AdguardTeam/AdguardBrowserExtension/releases/tag/v4.2.208-beta

well first time it's been posted here.......

KidA001 avatar Oct 25 '23 13:10 KidA001

a fix is already out for days...https://github.com/AdguardTeam/AdguardBrowserExtension/releases/tag/v4.2.208-beta

Hope the Mac App Store Version for Safari will come soon :)

JanuschM-CGN avatar Oct 25 '23 15:10 JanuschM-CGN

a fix is already out for days...https://github.com/AdguardTeam/AdguardBrowserExtension/releases/tag/v4.2.208-beta

Hope the Mac App Store Version for Safari will come soon :)

Seconding this. With High Sierra compatibility please 🙏

2V3EvG4LMJFdRe avatar Oct 25 '23 15:10 2V3EvG4LMJFdRe

Maybe this can provide some reference.

https://www.ghostery.com/blog/whats-happening-with-youtube-ads?utm_source=gbe&utm_campaign=youtube

harusakura924 avatar Oct 26 '23 13:10 harusakura924

The beta doesn't frickin' work - even with the beta version installed, I cannot watch YouTube with AdGuard turned on.

UPD. Nevermind, it was me being stupid - I didn't disable "baseline" AdGuard extension before installing the beta.

StragaSevera avatar Oct 27 '23 07:10 StragaSevera

I just watched, logged in, and no warning, no ads... Interesting...

On Fri, Oct 27, 2023 at 3:10 AM Ilya Fedorinov @.***> wrote:

The beta doesn't frickin' work - even with the beta version installed, I cannot watch YouTube with AdGuard turned on.

— Reply to this email directly, view it on GitHub https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2532#issuecomment-1782411920, or unsubscribe https://github.com/notifications/unsubscribe-auth/BDHQOLVYG6FAX3PO6DXSIBLYBNM7RAVCNFSM6AAAAAA55PCCUGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBSGQYTCOJSGA . You are receiving this because you commented.Message ID: @.***>

--

Brion Bell Information Technology Master Professional Musician

954-551-8321

BrionBell avatar Oct 27 '23 14:10 BrionBell

Hey guys,I just found that if enable"hide your User-Agent" with "Chrome" or "Microsoft Edge" ,and reopen your browser,that problem will soon gone! 屏幕截图 2023-11-11 213727

GGforceP avatar Nov 11 '23 13:11 GGforceP

This is happening to EVERY video I want to watch on YouTube today. I will try some of these suggestions. I am on macOS Sonoma 14.0 and Safari.

JasonFrovich avatar Nov 11 '23 18:11 JasonFrovich

a fix is already out for days...https://github.com/AdguardTeam/AdguardBrowserExtension/releases/tag/v4.2.208-beta

Version 4.2.209 as browser extension, looks like this outdated and doesnt work. At least in my setup

rutexd avatar Nov 12 '23 14:11 rutexd

Using an incognito window will be no problem. However, with the usual window, there is still no fix. Even if you sign out, delete all YouTube cookies,... It is also not possible to refresh 3 video views before forcing the user to disable the ad blocker in the video player. This may be a hint, there is something at the incognito window that has prevented Youtube from catching the ad blocker.

tumatanquang avatar Nov 22 '23 20:11 tumatanquang