Created
November 28, 2018 02:33
-
-
Save NuarkNoir/e1786e7d93c6eee320e85212055f90e4 to your computer and use it in GitHub Desktop.
notwitch.user.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name NoTwitch | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description try to take over the world! | |
// @author ЕБЛАН | |
// @include http://*.twitch.tv/* | |
// @include https://*.twitch.tv/* | |
// @include http://*.youtube.com/* | |
// @include https://*.youtube.com/* | |
// @grant none | |
// ==/UserScript== | |
(function() { | |
'use strict'; | |
location = "http://ridinspinnaz.ytmnd.com/"; | |
})(); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment