monkey.js:使用 '\t' 缩进。
parent
2688158cec
commit
7f6bb4b53c
|
@ -13,11 +13,7 @@
|
||||||
*/
|
*/
|
||||||
document.addEventListener("DOMContentLoaded", () => {
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
// 配置信息
|
// 配置信息
|
||||||
const config = {
|
const config = {};
|
||||||
"xiu2_menu_raw_fast": null,
|
|
||||||
"menu_rawDownLink": null,
|
|
||||||
"menu_gitClone": null
|
|
||||||
};
|
|
||||||
|
|
||||||
// 获取配置
|
// 获取配置
|
||||||
const GM_getValue = (key) => {
|
const GM_getValue = (key) => {
|
||||||
|
|
Loading…
Reference in New Issue