2020-12-22 19:43:13 +01:00
# TwitchAdSolutions
This repo aims to provide multiple solutions for blocking Twitch ads.
2021-10-14 15:36:13 +02:00
**Don't combine Twitch specific ad blockers.**
2020-12-29 15:17:38 +01:00
## Recommendations
2021-07-04 17:08:20 +02:00
Proxies are the most reliable way of avoiding ads ([buffering / downtime info](full-list.md#proxy-issues)).
2020-12-29 15:17:38 +01:00
2021-06-12 06:35:11 +02:00
- `TTV LOL` - [chrome ](https://chrome.google.com/webstore/detail/ttv-lol/ofbbahodfeppoklmgjiokgfdgcndngjm ) / [firefox ](https://addons.mozilla.org/en-US/firefox/addon/ttv-lol/ ) / [code ](https://github.com/TTV-LOL/extensions )
2021-04-15 18:05:28 +02:00
- `Purple AdBlock` - [chrome ](https://chrome.google.com/webstore/detail/purple-adblock/lkgcfobnmghhbhgekffaadadhmeoindg ) / [firefox ](https://addons.mozilla.org/en-US/firefox/addon/purpleadblock/ ) / [code ](https://github.com/arthurbolsoni/Purple-adblock/ )
2020-12-29 15:17:38 +01:00
2021-01-06 01:06:48 +01:00
Alternatively:
2020-12-31 04:27:21 +01:00
2022-03-31 17:33:10 +02:00
- `Video Ad-Block, for Twitch` (fork) - [chrome (manual install) ](https://github.com/cleanlock/VideoAdBlockForTwitch#installation-steps ) / [code ](https://github.com/cleanlock/VideoAdBlockForTwitch )
2021-04-25 16:00:07 +02:00
- `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/ )
2022-03-31 17:33:10 +02:00
- `notify-strip` / `notify-swap` / `vaft` - see below
2021-04-25 16:00:07 +02:00
2021-06-12 06:35:11 +02:00
[Read this for a full list and descriptions. ](full-list.md )
2020-12-29 15:17:38 +01:00
2021-06-12 06:35:11 +02:00
## Scripts
2020-12-22 19:43:13 +01:00
2021-06-12 06:35:11 +02:00
**There are better / easier to use methods in the above** `Recommendations` .
2020-12-29 15:17:38 +01:00
2021-01-27 12:31:03 +01:00
- notify-strip ([ublock](https://github.com/pixeltris/TwitchAdSolutions/raw/master/notify-strip/notify-strip-ublock-origin.js) / [userscript ](https://github.com/pixeltris/TwitchAdSolutions/raw/master/notify-strip/notify-strip.user.js ))
2021-04-25 16:00:07 +02:00
- Ad segments are replaced by low resolution stream segments.
- Notifies Twitch that ads were "watched" (reduces preroll ad frequency).
2021-06-12 06:40:23 +02:00
- *You may experience a small jump in time when the regular stream kicks in*.
2022-03-31 17:33:10 +02:00
- notify-swap ([ublock](https://github.com/pixeltris/TwitchAdSolutions/raw/master/notify-swap/notify-swap-ublock-origin.js) / [userscript ](https://github.com/pixeltris/TwitchAdSolutions/raw/master/notify-swap/notify-swap.user.js ))
- The same as `notify-strip` with a slightly different method to fix freezing issues (especially on Firefox).
- *Has a longer jump in time compared to `notify-strip` *.
- 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 ))
- `Video Ad-Block, for Twitch` (fork) as a script.
2020-12-26 13:37:30 +01:00
- low-res ([ublock](https://github.com/pixeltris/TwitchAdSolutions/raw/master/low-res/low-res-ublock-origin.js) / [userscript ](https://github.com/pixeltris/TwitchAdSolutions/raw/master/low-res/low-res.user.js ))
2020-12-22 19:45:20 +01:00
- No ads.
- The stream is 480p for the duration of the stream.
2020-12-22 19:43:13 +01:00
2021-06-12 06:35:11 +02:00
## Applying a script (uBlock Origin)
2020-12-22 19:43:13 +01:00
- Navigate to the uBlock Origin Dashboard (the extension options)
- Under the `My filters` tab add `twitch.tv##+js(twitch-videoad)` .
2021-01-28 13:22:53 +01:00
- 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/notify-strip/notify-strip-ublock-origin.js`
2021-01-01 02:02:36 +01:00
- To ensure uBlock Origin loads the script I recommend that you disable/enable the uBlock Origin extension (or restart your browser).
2020-12-22 19:43:13 +01:00
2021-10-30 16:38:50 +02:00
*To stop using a script remove the filter and make the url `unset` .*
2021-06-12 06:35:11 +02:00
## Applying a script (userscript)
2020-12-22 19:43:13 +01:00
2021-06-12 06:35:11 +02:00
- Viewing one of the userscript files should prompt the given script to be added.