Skip to content

Instantly share code, notes, and snippets.

@SputNikPlop
Last active March 2, 2022 17:49
Show Gist options
  • Save SputNikPlop/f5a784352eeea623acd7ad5323f5d3ad to your computer and use it in GitHub Desktop.
Save SputNikPlop/f5a784352eeea623acd7ad5323f5d3ad to your computer and use it in GitHub Desktop.
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
// @downloadURL https://gist.githubusercontent.com/SputNikPlop/f5a784352eeea623acd7ad5323f5d3ad/raw/fanfan_redirect.js
// @run-at document-start
// ==/UserScript==
window.location.replace("https://www.twitch.tv/fanfan");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment