From 94c8106fc9eb7c9767a2a2bb47f908ef4eb38fc5 Mon Sep 17 00:00:00 2001 From: pixeltris <6952411+pixeltris@users.noreply.github.com> Date: Fri, 25 Dec 2020 20:19:35 +0000 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a874488..96a844a 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This repo aims to provide multiple solutions for blocking Twitch ads. - Ad segments are replaced by a 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** + - **NOTE: Removing segments doesn't notify Twitch that ads were watched (aka more served ads).** - dyn-video-swap - Ads are replaced by a low resolution stream for the duration of the ad. - Similar to `dyn`, but skips closer to 20 seconds when switching to the live stream. @@ -32,6 +32,10 @@ uBlock Origin solutions are single files, suffixed by `ublock-origin.js` e.g. `l - Under the `My filters` tab add `twitch.tv##+js(twitch-videoad)`. - Under the `Settings` tab, enable `I am an advanced user`, then click the cog that appears. Modify the value of `userResourcesLocation` from `unset` to the full url of the solution you wish to use (if a url is already in use, add a space after the existing url). e.g. `userResourcesLocation https://raw.githubusercontent.com/pixeltris/TwitchAdSolutions/master/dyn/dyn-ublock-origin.js` +## Applying a solution (userscript) + +Tampermonkey / Greasemonkey can be used on the files suffixed by `userscript.js` e.g. `low-res-userscript.js` + ## Other solutions / projects - https://github.com/odensc/ttv-ublock (extension, purple screen may display every 10-15 mins) @@ -44,4 +48,4 @@ uBlock Origin solutions are single files, suffixed by `ublock-origin.js` e.g. `l ## NOTE/TODO -Many of these solutions could do with improvements. TODO: Add script to auto generate UserScript files from the uBlock Origin scripts. \ No newline at end of file +Many of these solutions could do with improvements. TODO: Add script to auto generate UserScript files from the uBlock Origin scripts.