NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
Userscript that adds a configurable button to Twitch for quickly switching stream quality between the lowest available (with optional automatic muting) and a preferred resolution (e.g., 1080p).
Designed for users who want fast quality control without opening the player settings menu.
💥 New: This userscript is also available as part of Twitch Enhancer, a browser extension for Chrome and Firefox that combines it with other Twitch quality-of-life improvements.
Learn more: Twitch Enhancer
Inside the script:
const PREFERRED_HIGH = 1080; // Preferred resolution (e.g., 1080). Falls back if unavailable.
const MUTE_ON_LOW = true; // Automatically mute when switching to lowest quality.
const PERSIST_SELECTION = true; // Persist quality + mute across page reload.
const VISUAL_MODE = 'header'; // 'minimal' or 'header'
setQuality()getQualities()setMuted()localStorage keys:video-qualityvideo-mutedNo UI automation. No simulated clicks.
Rating: 0