mirror of
https://github.com/pixeltris/TwitchAdSolutions.git
synced 2024-11-22 02:12:45 +01:00
39491ce155
* Add chrome link for TTV LOL Pro to readme * Added more info about ttv lol pro v2 * Formatting fixup * Added one more detail * Added info about vaft incompatibility with ttv lol pro * Add info about v1 * Fix v1 link * Formatting fix * Update full-list.md
52 lines
3.7 KiB
Markdown
52 lines
3.7 KiB
Markdown
# TwitchAdSolutions
|
|
|
|
This repo aims to provide multiple solutions for blocking Twitch ads.
|
|
|
|
**Don't combine Twitch specific ad blockers.**
|
|
|
|
## Recommendations
|
|
|
|
Proxies are the most reliable way of avoiding ads ([buffering / downtime info](full-list.md#proxy-issues)).
|
|
|
|
- `TTV LOL PRO` - [chrome](https://chrome.google.com/webstore/detail/ttv-lol-pro/bpaoeijjlplfjbagceilcgbkcdjbomjd) / [code](https://github.com/younesaassila/ttv-lol-pro)
|
|
- `TTV LOL` - [chrome](https://chrome.google.com/webstore/detail/ttv-lol/ofbbahodfeppoklmgjiokgfdgcndngjm) / [code](https://github.com/TTV-LOL/extensions)
|
|
|
|
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/)
|
|
- `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/)
|
|
- `AdGuard Extra (Beta)` - [chrome](https://chrome.google.com/webstore/detail/adguard-extra-beta/mglpocjcjbekdckiahfhagndealpkpbj) / [firefox](https://github.com/AdguardTeam/AdGuardExtra/#firefox)
|
|
- `Video Ad-Block, for Twitch` (fork) - [code](https://github.com/cleanlock/VideoAdBlockForTwitch)
|
|
- `video-swap-new` - see below
|
|
|
|
[Read this for a full list and descriptions.](full-list.md)
|
|
|
|
*There was an update on 31st May 2023 which may have broken some solutions.*
|
|
|
|
## Scripts
|
|
|
|
**There are better / easier to use methods in the above recommendations.**
|
|
|
|
- video-swap-new - [ublock](https://github.com/pixeltris/TwitchAdSolutions/raw/master/video-swap-new/video-swap-new-ublock-origin.js) / [userscript](https://github.com/pixeltris/TwitchAdSolutions/raw/master/video-swap-new/video-swap-new.user.js) / [ublock (permalink)](https://github.com/pixeltris/TwitchAdSolutions/raw/2bfda1e1a1c55d7b2dd4a541242acb5033644237/video-swap-new/video-swap-new-ublock-origin.js)
|
|
- Uses the embed player during ads.
|
|
- *Full screen ad message displayed during ads.* [Read the twitch announcement](https://discuss.dev.twitch.tv/t/an-updated-twitch-embedded-player-viewer-experience/41718)
|
|
- *You may notice a seemingly random player reload some time after the ad message is gone.*
|
|
- 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/2bfda1e1a1c55d7b2dd4a541242acb5033644237/vaft/vaft-ublock-origin.js)
|
|
- `Video Ad-Block, for Twitch` (fork) as a script.
|
|
- *Full screen ad message displayed during ads.*
|
|
|
|
*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.
|