Greasy Fork

Greasy Fork is available in English.

洛谷隐藏难度脚本

再也不用为难度而发愁了

目前为 2022-04-22 提交的版本,查看 最新版本

// ==UserScript==
// @name         洛谷隐藏难度脚本
// @namespace    http://tampermonkey.net/
// @version      0.0
// @description  再也不用为难度而发愁了
// @author       Ew_Cors <[email protected]>
// @match        *://www.luogu.com.cn/problem/*
// @grant        none
// @license      MIT
// ==/UserScript==

window._feInjection.currentData.problem.difficulty = 0;