Remove Twitch

Eats Twitch.tv

// ==UserScript==
// @name        Remove Twitch
// @namespace   http://www.example.com/
// @version     0.1
// @description Eats Twitch.tv
// @match       https://www.twitch.tv/*
// @grant       none
// @license MIT
// ==/UserScript==

window.location.replace("https://www.google.com/");