RIN Auto Redirect Homepage To Upload Page

Automatically redirects you from the RIN home page to the forum page

// ==UserScript==
// @name        	   RIN Auto Redirect Homepage To Upload Page
// @namespace   	   https://greasyfork.org/en/users/241453-happysmacky3453
// @description  	   Automatically redirects you from the RIN home page to the forum page
// @match		https://cs.rin.ru/
// @version            1.00
// @run-at             document-start
// @author             happysmacky3453
// @license MIT
// @grant              none
// ==/UserScript==

window.location.replace("https://cs.rin.ru/forum" + window.location.pathname);