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