Skip to content

Instantly share code, notes, and snippets.

View antoinedelia's full-sized avatar

Antoine Delia antoinedelia

View GitHub Profile
@antoinedelia
antoinedelia / script.js
Last active June 22, 2023 20:46
UserScript to force 1080p60 (Source) video quality on Twitch
// ==UserScript==
// @name Force 1080p60 (Source) video quality on Twitch
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match *://*.twitch.tv/*
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant none
// @author Antoine Delia