Greasy Fork

RARBG Auto Redirect Homepage To Torrent Page

Automatically redirects you from the RARBG homepage to the torrent page

目前为 2021-10-30 提交的版本。查看 最新版本

// ==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
// ==/UserScript==

window.location.replace("https://rarbg.to/torrents.php");