Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Twitch's new nag screen #319

Open
TsukiZero opened this issue Jan 13, 2025 · 9 comments
Open

Twitch's new nag screen #319

TsukiZero opened this issue Jan 13, 2025 · 9 comments

Comments

@TsukiZero
Copy link

image
They are doing this now.

@dtecneon
Copy link

dtecneon commented Jan 13, 2025

Ok you can ZAP IT . Click the UBLOCK icon and there should be a lighting bolt. click it and then put mouse over the Video player and it will remove it.

Edit. finding out it works on one streamer. So if it comes up again you zap it. Trying it figure out what to block once i find it or figure something out ill LET YOU KNO

@isick1e
Copy link

isick1e commented Jan 13, 2025

firefox_jixokcM5Pp

Here is what's displayed without fixing it with uBlock element picker

firefox_AqEGJ2f1KM
firefox_IUYphRr3RL

Using element picker on the blank space above the video I get this element to block, and click create.

AXQGL5ejoi

Now there is no popup after 30+ min on multiple streams, whereas it popped up every few minutes before.

firefox_CyGn4XNT71

Here is the line it adds in "My filters" in the uBlock settings:

www.twitch.tv##.player-overlay-background--darkness-3.player-overlay-background.dZwwnJ.Layout-sc-1xcs6mc-0

You may be able to copy the same filter it created for my instance into your filters page to see if that blocks the popup for you. Otherwise, create the filter yourself using element picker as I did above.

@isick1e
Copy link

isick1e commented Jan 13, 2025

@dtecneon

Ok you can ZAP IT . Click the UBLOCK icon and there should be a lighting bolt. click it and then put mouse over the Video player and it will remove it.

Edit. finding out it works on one streamer. So if it comes up again you zap it. Trying it figure out what to block once i find it or figure something out ill LET YOU KNO

Zapping is temporary, so it's best to use the element picker to make a permanent filter, which you can remove any time by deleting the line you create in the uBlock "My filters" page. See my comment above for the line I added to it.

@Xelor41023
Copy link

I added that line into my filter list and im still getting the nagware further invetigation may be needed.

@isick1e
Copy link

isick1e commented Jan 14, 2025

@Xelor41023 And you have "Enable my custom filters" checked?
firefox_d0t5XVXCaj

If so, when you get the popup next time, use the uBlock element picker and select the empty space just outside the top of the video within the player so that the correct element is picked like where I have the + sign in the image below. Maybe the line I suggested isn't universal and yours may look different?

firefox_AqEGJ2f1KM

@TsukiZero
Copy link
Author

I used this CSS Customization instead:

[class*="player-overlay-background--darkness"]:has([aria-label="Return to stream"]) {
  display: none;
}

@32ic
Copy link

32ic commented Jan 18, 2025

@isick1e

Here is the line it adds in "My filters" in the uBlock settings:

www.twitch.tv##.player-overlay-background--darkness-3.player-overlay-background.dZwwnJ.Layout-sc-1xcs6mc-0

You may be able to copy the same filter it created for my instance into your filters page to see if that blocks the popup for you. Otherwise, create the filter yourself using element picker as I did above.

Thx so much, this worked wonders for me so far. 1+ hours of uninterrupted streaming. Will edit after more hours...

Edit - Still good +1

@TsukiZero TsukiZero reopened this Jan 19, 2025
@TsukiZero
Copy link
Author

TsukiZero commented Jan 19, 2025

Sorry, Shift+CTRL+Enter issues, anyhow:

Instead of the filter being:
twitch.tv##.player-overlay-background--darkness-3.player-overlay-background.dZwwnJ.Layout-sc-1xcs6mc-0

Try:
twitch.tv##.player-overlay-background--darkness-3.player-overlay-background

The con is that it ought to remove the other darkness overlay situations as well.

@32ic
Copy link

32ic commented Jan 21, 2025

@TsukiZero
I can confirm this worked.
I omitted www. for my entry.
Finally no more interuptions in my streamviewing pleasure :D

twitch.tv##.player-overlay-background--darkness-3.player-overlay-background

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants