Luogu Expansion
// ==UserScript==
// @name Better Luogu!
// @namespace https://www.luogu.com.cn/user/772464
// @version 1.0
// @description:zh 洛谷扩展
// @description Luogu Expansion
// @author volatile
// @match *://*.luogu.com.cn/*
// @match *://*.luogu.com/*
// @icon https://s21.ax1x.com/2024/08/11/pASqf4x.png
// @grant GM_addStyle
// @grant GM_getValue
// @grant GM_setValue
// @grant GM_deleteValue
// @grant GM_listValues
// @grant GM_setClipboard
// @grant GM_xmlhttpRequest
// @grant GM_getResourceText
// @grant unsafeWindow
// @connect baidu.com
// @connect greasyfork.org
// @certification 69dae69721821bb41aed333e
// @license MIT
// ==/UserScript==
(function() {
'use strict'
})();