Skip to content

Instantly share code, notes, and snippets.

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