// ==UserScript== // @name RARBG Auto Redirect Homepage To Torrent Page // @namespace https://greasyfork.org/en/users/241453-wefalltomorrow // @description Automatically redirects you from the RARBG homepage to the torrent page // @match https://rarbg.to/index80.php // @version 1.00 // @run-at document-start // @author wefalltomorrow // @grant none // @downloadURL none // ==/UserScript== window.location.replace("https://rarbg.to/torrents.php");