Greasy Fork is available in English.

洛谷隐藏难度脚本

再也不用为难度而发愁了

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

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