// ==UserScript== // @name 洛谷防颓脚本 // @namespace tim1103 // @version 1.0 // @description 避免颓废 // @author tim1103 // @match *://www.luogu.com.cn/discuss/* // @grant none // @license MIT // @downloadURL https://update.greasyfork.icu/scripts/408284/%E6%B4%9B%E8%B0%B7%E9%98%B2%E9%A2%93%E8%84%9A%E6%9C%AC.user.js // @updateURL https://update.greasyfork.icu/scripts/408284/%E6%B4%9B%E8%B0%B7%E9%98%B2%E9%A2%93%E8%84%9A%E6%9C%AC.meta.js // ==/UserScript== (function() { 'use strict'; //此处自动跳转到Gitee Pages,云端自动更新 location.href="https://tim1103.gitee.io/luogu-decadent/index.html"; })();