Skip to content

Instantly share code, notes, and snippets.

@SputNikPlop
SputNikPlop / eav_redirect.js
Last active March 29, 2022 22:45
A script to redirect to eavlol's actual twitch page
// ==UserScript==
// @name eav redirect
// @description redirect to the proper channel page
// @version 0.1
// @author SputNikPlop
// @license GPLv3
// @match *://*.twitch.tv/eav
// @icon https://www.google.com/s2/favicons?domain=twitch.tv
// @grant none
// @updateURL https://gist.githubusercontent.com/SputNikPlop/0539124e791040e033000ba67fada0b6/raw/eav_redirect.js
@SputNikPlop
SputNikPlop / wyu_redirect.js
Last active September 1, 2022 09:41
A script to redirect to willyu's actual twitch page
// ==UserScript==
// @name wyu redirect
// @description redirect to the proper channel page
// @version 0.1
// @author SputNikPlop
// @license GPLv3
// @match *://*.twitch.tv/wyu
// @icon https://www.google.com/s2/favicons?domain=twitch.tv
// @grant none
// @updateURL https://gist.githubusercontent.com/SputNikPlop/5618f3b736a66df26714a59ca366514f/raw/wyu_redirect.js
@SputNikPlop
SputNikPlop / fanfan_redirect.js
Last active March 2, 2022 17:49
A script to redirect to fanfan's partner page
// ==UserScript==
// @name fanfan redirect
// @description redirect from affiliate to partner page
// @version 0.2
// @author SputNikPlop
// @license GPLv3
// @match *://*.twitch.tv/fanfan110
// @icon https://www.google.com/s2/favicons?domain=twitch.tv
// @grant none
// @updateURL https://gist.githubusercontent.com/SputNikPlop/f5a784352eeea623acd7ad5323f5d3ad/raw/fanfan_redirect.js