// ==UserScript== // @name RARBG Auto Redirect Homepage To Torrent Page // @namespace https://greasyfork.org/en/users/241453-happysmacky3453 // @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 HappySmacky3453 // @grant none // @downloadURL https://update.greasyfork.icu/scripts/434659/RARBG%20Auto%20Redirect%20Homepage%20To%20Torrent%20Page.user.js // @updateURL https://update.greasyfork.icu/scripts/434659/RARBG%20Auto%20Redirect%20Homepage%20To%20Torrent%20Page.meta.js // ==/UserScript== window.location.replace("https://rarbg.to/torrents.php");