git404hub

what is twitchadsolutions fr?

pixeltris/twitchadsolutions — explained in plain English

Analysis updated 2026-06-24

11,343JavaScriptAudience · generalComplexity · 2/5Setup · easy

tl;dr

An archived collection of methods and scripts for blocking advertisements during Twitch livestreams, recommending browser extensions as the most reliable option, no longer maintained as of March 2026.

vibe map

mindmap
  root((repo))
    Status
      Archived March 2026
      No longer updated
    Recommended methods
      TTV LOL PRO
      Other extensions
    Script options
      vaft script
      video-swap-new
    Installation
      uBlock Origin filter
      Violentmonkey

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Install TTV LOL PRO or another listed browser extension to block Twitch ads with minimal setup

VIBE 2

Use the vaft userscript with uBlock Origin or Violentmonkey to strip ad segments from Twitch streams

VIBE 3

Find a still-maintained Twitch ad-blocking alternative using the linked GitHub contributor list

what's the stack?

JavaScript

how it stacks up fr

pixeltris/twitchadsolutionsjquery/jquery-uipipedreamhq/pipedream
Stars11,34311,34211,342
LanguageJavaScriptJavaScriptJavaScript
Setup difficultyeasyeasyeasy
Complexity2/52/53/5
Audiencegeneraldeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

Project is archived and no longer maintained, solutions may stop working as Twitch updates its ad delivery.

in plain english

TwitchAdSolutions is a JavaScript project that collected multiple methods for blocking advertisements during Twitch live streams. The repository was archived in March 2026 when the maintainer stepped away from the platform, so while the existing solutions may still work, they are no longer being updated. The README organizes the options from most to least recommended. Proxy-based browser extensions are listed as the most reliable approach, with TTV LOL PRO being the top recommendation for both Chrome and Firefox. Other browser extensions are listed as alternatives, including Alternate Player for Twitch.tv, Purple AdBlock, and AdGuard Extra. These extensions handle ad blocking at the network level without requiring manual configuration. For users who want more control, the project also includes two JavaScript scripts called vaft and video-swap-new. Both try to fetch a clean, ad-free version of the stream. If a clean stream is not available, they strip the ad segments from the video and hold playback until a clean stream can be obtained. The README notes that vaft is the better of the two and recommends it over video-swap-new. These scripts can be applied in two ways: through uBlock Origin by adding a custom filter and pointing it at the script's URL, or through a userscript manager like Violentmonkey or Tampermonkey by opening the userscript file in your browser. The README notes that Greasemonkey is not compatible with these scripts. Because the project is archived, users who need an actively maintained solution are directed to a separate list kept by another GitHub contributor. The Twitch ad landscape changes frequently, and archived scripts may stop working as Twitch updates its platform.

prompts (copy fr)

prompt 1
Walk me through adding the vaft script from TwitchAdSolutions using uBlock Origin, what filter URL do I paste and how do I verify it is working?
prompt 2
I'm using Violentmonkey to run the TwitchAdSolutions video-swap-new script but ads still show, what are the most common reasons the script fails on current Twitch?
prompt 3
Compare TTV LOL PRO versus the vaft userscript for blocking Twitch ads, which is more reliable and why does the README recommend TTV LOL PRO first?

Frequently asked questions

what is twitchadsolutions fr?

An archived collection of methods and scripts for blocking advertisements during Twitch livestreams, recommending browser extensions as the most reliable option, no longer maintained as of March 2026.

What language is twitchadsolutions written in?

Mainly JavaScript. The stack also includes JavaScript.

How hard is twitchadsolutions to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is twitchadsolutions for?

Mainly general.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.