RIN Auto Redirect Homepage To Upload Page

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

  1. // ==UserScript==
  2. // @name RIN Auto Redirect Homepage To Upload Page
  3. // @namespace https://greasyfork.org/en/users/241453-happysmacky3453
  4. // @description Automatically redirects you from the RIN home page to the forum page
  5. // @match https://cs.rin.ru/
  6. // @version 1.00
  7. // @run-at document-start
  8. // @author happysmacky3453
  9. // @license MIT
  10. // @grant none
  11. // ==/UserScript==
  12.  
  13. window.location.replace("https://cs.rin.ru/forum" + window.location.pathname);