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/");