支持在所有网页跳转到题目,支持洛谷、CodeForces、AtCoder、LOJ、UOJ、UVA 等多种题库的题目
// ==UserScript==
// @name 强力跳题器 Super Problem Jumper
// @namespace http://tampermonkey.net/
// @version 0.1
// @description 支持在所有网页跳转到题目,支持洛谷、CodeForces、AtCoder、LOJ、UOJ、UVA 等多种题库的题目
// @language zh-cn
// @author 0
// @license MIT
// @match https://www.luogu.com.cn/*
// ==/UserScript==
(function() {
'use strict';
alert('您安装的《强力跳题器》脚本不是完整版,仅用于宣传,请到 https://greasyfork.org/zh-CN/scripts/459516 安装完整版。\n\n即将为您跳转……');
location.href=('https://greasyfork.org/zh-CN/scripts/459516');
})();