From b9a895cc5a1a61cc54f6cbaf008dbd343d144ee7 Mon Sep 17 00:00:00 2001 From: pixeltris <6952411+pixeltris@users.noreply.github.com> Date: Sat, 27 Aug 2022 15:56:24 +0100 Subject: [PATCH] Update recommendations and relist vaft "Video Ad-Block, for Twitch (fork)" has been relisted in the recommendations as it does still work in terms of hiding the ads. "vaft" has been improved and relisted. This solution is now a hybrid of embed / proxy / the "commercial break in progress" screen. If one method fails it moves to the next. --- README.md | 29 +++++++++++++++++++++++++++-- full-list.md | 4 ++-- 2 files changed, 29 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6a0aeef..b6181c7 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,31 @@ Proxies are the most reliable way of avoiding ads ([buffering / downtime info](f Alternatively: - `Alternate Player for Twitch.tv` - [chrome](https://chrome.google.com/webstore/detail/alternate-player-for-twit/bhplkbgoehhhddaoolmakpocnenplmhf) / [firefox](https://addons.mozilla.org/en-US/firefox/addon/twitch_5/) -- `ttv-ublock` - [chrome](https://chrome.google.com/webstore/detail/ttv-ad-block/kndhknfnihidhcfnaacnndbolonbimai) / [firefox](https://addons.mozilla.org/en-US/firefox/addon/ttv-adblock/) / [code](https://github.com/odensc/ttv-ublock) - *(this might show a purple screen periodically)* +- `ttv-ublock` - [chrome](https://chrome.google.com/webstore/detail/ttv-ad-block/kndhknfnihidhcfnaacnndbolonbimai) / [firefox](https://addons.mozilla.org/en-US/firefox/addon/ttv-adblock/) / [code](https://github.com/odensc/ttv-ublock) - *(possible periodic ablocker warning)* +- `Video Ad-Block, for Twitch` (fork) - [chrome](https://chrome.google.com/webstore/detail/twitch-adblock/ljhnljhabgjcihjoihakgdiicdjncpkd) / [firefox](https://addons.mozilla.org/en-US/firefox/addon/twitch-adblock/) / [code](https://github.com/cleanlock/VideoAdBlockForTwitch) - *(ablocker warning during ads)* +- `vaft` - see below -[Read this for a full list and descriptions.](full-list.md) \ No newline at end of file +[Read this for a full list and descriptions.](full-list.md) + +## Scripts + +**There are better / easier to use methods in the above** `Recommendations`. + +- vaft - [ublock](https://github.com/pixeltris/TwitchAdSolutions/raw/master/vaft/vaft-ublock-origin.js) / [userscript](https://github.com/pixeltris/TwitchAdSolutions/raw/master/vaft/vaft.user.js) / [ublock (permalink)](https://github.com/pixeltris/TwitchAdSolutions/raw/51ae5b1b6a69db59489634d724d9b476c8aa3596/vaft/vaft-ublock-origin.js) + - `Video Ad-Block, for Twitch` (fork) as a script. + - *This is currently a fork of the fork, see [#63](https://github.com/cleanlock/VideoAdBlockForTwitch/pull/63)*. + +*For the sake of security it's recommended to use a permalink when using uBlock Origin (permalinks do not auto update).* + +## Applying a script (uBlock Origin) + +- Navigate to the uBlock Origin Dashboard (the extension options) +- 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://github.com/pixeltris/TwitchAdSolutions/raw/master/vaft/vaft-ublock-origin.js` +- To ensure uBlock Origin loads the script I recommend that you disable/enable the uBlock Origin extension (or restart your browser). + +*To stop using a script remove the filter and make the url `unset`.* + +## Applying a script (userscript) + +- Viewing one of the userscript files should prompt the given script to be added. \ No newline at end of file diff --git a/full-list.md b/full-list.md index ef68e29..07f2e6f 100644 --- a/full-list.md +++ b/full-list.md @@ -8,14 +8,14 @@ - Removes ad segments (no playback until ad-free stream). - `ttv-ublock` - [chrome](https://chrome.google.com/webstore/detail/ttv-ad-block/kndhknfnihidhcfnaacnndbolonbimai) / [firefox](https://addons.mozilla.org/en-US/firefox/addon/ttv-adblock/) / [code](https://github.com/odensc/ttv-ublock) - Switches to the `embed` player at a network level. No ads but Twitch detects this and may display a purple screen every 10-15 mins asking the user to remove ad blockers (depends on time of day). +- `Video Ad-Block, for Twitch` (fork) - [chrome](https://chrome.google.com/webstore/detail/twitch-adblock/ljhnljhabgjcihjoihakgdiicdjncpkd) / [firefox](https://addons.mozilla.org/en-US/firefox/addon/twitch-adblock/) / [code](https://github.com/cleanlock/VideoAdBlockForTwitch) + - Replaces ad segments with ad-free segments. Twitch detects this and may display a commercial break screen. - `ttv_adEraser` - [chrome](https://chrome.google.com/webstore/detail/ttv-aderaser/pjnopimdnmhiaanhjfficogijajbhjnc) / [firefox (manual install)](https://github.com/LeonHeidelbach/ttv_adEraser#mozilla-firefox) / [code](https://github.com/LeonHeidelbach/ttv_adEraser) - Switches to the `embed` player when there's ads. May display purple screen if both ads and purple screen show at the same time? - `ttv-tools` - [firefox (manual install)](https://github.com/Nerixyz/ttv-tools/releases) / [code](https://github.com/Nerixyz/ttv-tools) - Removes ad segments (no playback until ad-free stream). - `Twitch-HLS-AdBlock` - [chrome / firefox (manual install)](https://github.com/instance01/Twitch-HLS-AdBlock#installation) / [code](https://github.com/instance01/Twitch-HLS-AdBlock) - Removes ad segments (no playback until ad-free stream). -- `Video Ad-Block, for Twitch` (fork) **(PATCHED)** - [chrome](https://chrome.google.com/webstore/detail/twitch-adblock/ljhnljhabgjcihjoihakgdiicdjncpkd) / [firefox](https://addons.mozilla.org/en-US/firefox/addon/twitch-adblock/) / [code](https://github.com/cleanlock/VideoAdBlockForTwitch) - - Replaces ad segments with ad-free segments (480p resolution). Afterwards it invokes a pause/play to resync the player which then continues normally (normal resolution). ---