From ddb2a0cb1feb9db41a0e28c5345d5771f4bbd435 Mon Sep 17 00:00:00 2001 From: Darrin Johnson Date: Fri, 27 Feb 2026 16:39:18 -0500 Subject: [PATCH] TTV Ad Mute contribution (#505) * Adding TTV Ad Mute to the full-list.md * Adding TTV Ad Mute to the main README --- README.md | 3 ++- full-list.md | 6 +++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0feb2c6..d5d3205 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Alternatively: - `Purple AdBlock` - [chrome](https://chrome.google.com/webstore/detail/purple-adblock/lkgcfobnmghhbhgekffaadadhmeoindg) / [firefox](https://addons.mozilla.org/en-US/firefox/addon/purpleadblock/) / [userscript](https://raw.githubusercontent.com/arthurbolsoni/Purple-adblock/refs/heads/main/platform/tampermonkey/dist/purpleadblocker.user.js) / [code](https://github.com/arthurbolsoni/Purple-adblock/) - `AdGuard Extra` - [chrome](https://chrome.google.com/webstore/detail/adguard-extra-beta/mglpocjcjbekdckiahfhagndealpkpbj) / [firefox](https://github.com/AdguardTeam/AdGuardExtra/#firefox) / [userscript](https://userscripts.adtidy.org/release/adguard-extra/1.0/adguard-extra.user.js) - `vaft` - see below +- `TTV Ad Mute` - [firefox](https://addons.mozilla.org/en-US/firefox/addon/twitch-tv-ad-mute/) / [code](https://github.com/drj101687/ttv-ad-mute) [Read this for a full list and descriptions.](full-list.md) @@ -61,4 +62,4 @@ Userscript managers: ## Issues with the scripts -If the script doesn't work or you're experiencing freezing / buffering issues see [issues.md](issues.md) \ No newline at end of file +If the script doesn't work or you're experiencing freezing / buffering issues see [issues.md](issues.md) diff --git a/full-list.md b/full-list.md index 70d9a5d..63fb8ac 100644 --- a/full-list.md +++ b/full-list.md @@ -18,6 +18,10 @@ - Replaces ad segments with ad-free segments. Can use a proxy fallback. Removes ad segments if both methods fail (no playback until ad-free stream is found). - `AdGuard Extra` - [chrome](https://chrome.google.com/webstore/detail/adguard-extra-beta/mglpocjcjbekdckiahfhagndealpkpbj) / [firefox](https://github.com/AdguardTeam/AdGuardExtra/#firefox) / [userscript](https://userscripts.adtidy.org/release/adguard-extra/1.0/adguard-extra.user.js) - Forked from `vaft` (should behave similarly to `vaft`). Attempts to get a high resolution clean stream as fast as it can. +- `TTV Ad Mute` - [firefox](https://addons.mozilla.org/en-US/firefox/addon/twitch-tv-ad-mute/) / [code](https://github.com/drj101687/ttv-ad-mute) + - Automatically mutes/unmutes appropriate Twitch tabs when the tab starts playing ads. + - Covers the ad player with a black box when ads are playing. + - Muting the browser Tab avoids negatively impacting metrics for the Streamer and prevents twitch-drops from being disabled. --- @@ -74,4 +78,4 @@ Buffering may occur at higher resolutions. This happens because traffic comes fr ## Web browser scripts (userscript) (unmaintained) - https://greasyfork.org/en/scripts/415412-twitch-refresh-on-advert/code - - Reloads the player (or page) when it detects the ad banner in DOM. \ No newline at end of file + - Reloads the player (or page) when it detects the ad banner in DOM.