Remove Twitch

Eats Twitch.tv

  1. // ==UserScript==
  2. // @name Remove Twitch
  3. // @namespace http://www.example.com/
  4. // @version 0.1
  5. // @description Eats Twitch.tv
  6. // @match https://www.twitch.tv/*
  7. // @grant none
  8. // @license MIT
  9. // ==/UserScript==
  10.  
  11. window.location.replace("https://www.google.com/");