// ==UserScript== // @name 洛谷防颓脚本 // @namespace tim1103 // @version 1.0 // @description 避免颓废 // @author tim1103 // @match *://www.luogu.com.cn/discuss/* // @grant none // @license MIT // @downloadURL none // ==/UserScript== (function() { 'use strict'; //此处自动跳转到Gitee Pages,云端自动更新 location.href="https://tim1103.gitee.io/luogu-decadent/index.html"; })();