Remove unneeded ad skip requests. Added update cmd.

This commit is contained in:
pixeltris
2020-12-26 22:29:35 +00:00
parent c36b8ce6b7
commit 19e59e6d9a
16 changed files with 342 additions and 791 deletions
+1 -2
View File
@@ -15,7 +15,7 @@ This repo aims to provide multiple solutions for blocking Twitch ads.
- You might see tiny bits of the ad.
- Audio controls wont work whilst the ad is playing.
- dyn ([ublock](https://github.com/pixeltris/TwitchAdSolutions/raw/master/dyn/dyn-ublock-origin.js) / [userscript](https://github.com/pixeltris/TwitchAdSolutions/raw/master/dyn/dyn.user.js))
- Ad segments are replaced by a low resolution stream segments (on a m3u8 level).
- Ad segments are replaced by low resolution stream segments (on a m3u8 level).
- Skips 2-3 seconds when switching to the live stream.
- Stuttering and looping of segments often occur (during the ad segments).
- **NOTE: Removing segments doesn't notify Twitch that ads were watched (aka more served ads).**
@@ -53,6 +53,5 @@ Tampermonkey / Greasemonkey can be used on the files suffixed by `user.js` e.g.
## NOTE/TODO
NOTE: Many of these solutions could do with improvements.
TODO: Add script to auto generate all configured scripts from the base script.
TODO: Test midroll ads.
TODO: More testing in general.