Skip to content

Instantly share code, notes, and snippets.

@NuarkNoir
Created November 28, 2018 02:33
Show Gist options
  • Save NuarkNoir/e1786e7d93c6eee320e85212055f90e4 to your computer and use it in GitHub Desktop.
Save NuarkNoir/e1786e7d93c6eee320e85212055f90e4 to your computer and use it in GitHub Desktop.
notwitch.user.js
// ==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