Skip to content

Commit 01216ea

Browse files
committed
修复 脚本菜单显示错误
1 parent d7ccac3 commit 01216ea

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

3dm-Enhanced.user.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// ==UserScript==
22
// @name 3DM论坛增强
3-
// @version 1.0.7
3+
// @version 1.0.8
44
// @author X.I.U
5-
// @description 自动回复、自动无缝翻页、清理置顶帖子
5+
// @description 自动回复、自动无缝翻页、清理置顶帖子、自动滚动至隐藏内容
66
// @match *://bbs.3dmgame.com/*
77
// @icon https://www.3dmgame.com/favicon.ico
88
// @grant GM_xmlhttpRequest
@@ -19,9 +19,9 @@
1919

2020
(function() {
2121
var menu_ALL = [
22-
['menu_thread_pageLoading', '自动回复', '自动回复', true],
23-
['menu_autoReply', '清理置顶帖子', '清理置顶帖子', true],
24-
['menu_cleanTopPost', '帖子内自动翻页', '帖子内自动翻页', true],
22+
['menu_autoReply', '自动回复', '自动回复', true],
23+
['menu_cleanTopPost', '清理置顶帖子', '清理置顶帖子', true],
24+
['menu_thread_pageLoading', '帖子内自动翻页', '帖子内自动翻页', true],
2525
['menu_scrollToShowhide', '自动滚动至隐藏内容', '自动滚动至隐藏内容', true]
2626
], menu_ID = [];
2727
for (let i=0;i<menu_ALL.length;i++){ // 如果读取到的值为 null 就写入默认值

0 commit comments

Comments
 (0)