RARBG Auto Redirect Homepage To Torrent Page

Automatically redirects you from the RARBG homepage to the torrent page

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

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