RIN Auto Redirect Homepage To Upload Page

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

目前为 2022-03-24 提交的版本。查看 最新版本

// ==UserScript==
// @name        	   RIN Auto Redirect Homepage To Upload Page
// @namespace   	   https://gf.qytechs.cn/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);

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址