RARBG Auto Redirect to THERARBG

Automatically redirects any RARBG link to the THERARBG homepage

  1. // ==UserScript==
  2. // @name RARBG Auto Redirect to THERARBG
  3. // @namespace https://greasyfork.org/en/users/1211625-obi
  4. // @description Automatically redirects any RARBG link to the THERARBG homepage
  5. // @license MIT
  6. // @match rarbg.to/*
  7. // @version 1.00
  8. // @run-at document-start
  9. // @author Obi
  10. // @grant none
  11. // ==/UserScript==
  12.  
  13. window.location.replace("https://therarbg.com/");