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

Video Swap Subscription #320

Open
Alacrion opened this issue Jan 17, 2025 · 4 comments
Open

Video Swap Subscription #320

Alacrion opened this issue Jan 17, 2025 · 4 comments

Comments

@Alacrion
Copy link

Is there a way to have videoswap not engage if youre subscribed to a channel?

@stevenya97
Copy link

stevenya97 commented Jan 17, 2025

If you have just a couple you want to whitelist, you can use exclude rules in the userscript versions.

In the metadata block at the top, you would edit it to include an @exclude tag with the exact channel URL you want video-swap-new to not run on. Might need wildcards to catch VODs too but should work for the channel page.

More info:
https://violentmonkey.github.io/api/matching/

@pixeltris
Copy link
Owner

You're not meant to see ads as a subscriber, right? The script doesn't do much when ads aren't found (it just scans the m3u8 responses for ads, and otherwise passes to the response to the video player).

It isn't really possible to do what @stevenya97 is suggesting as Twitch doesn't technically change page when you click between different streams.

@stevenya97
Copy link

This is true, good catch. I suppose a manual page reload would still catch it?

@pixeltris
Copy link
Owner

Yea, the exclusion would work if you directly entered the stream url or refresh the page. But if you then click through to another stream the script wont get loaded so you'd see ads.

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

3 participants