// ==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/* // @downloadURL https://update.greasyfork.icu/scripts/459517/%E5%BC%BA%E5%8A%9B%E8%B7%B3%E9%A2%98%E5%99%A8%20Super%20Problem%20Jumper.user.js // @updateURL https://update.greasyfork.icu/scripts/459517/%E5%BC%BA%E5%8A%9B%E8%B7%B3%E9%A2%98%E5%99%A8%20Super%20Problem%20Jumper.meta.js // ==/UserScript== (function() { 'use strict'; alert('您安装的《强力跳题器》脚本不是完整版,仅用于宣传,请到 https://greasyfork.org/zh-CN/scripts/459516 安装完整版。\n\n即将为您跳转……'); location.href=('https://greasyfork.org/zh-CN/scripts/459516'); })();