We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1faf6d commit 2fd65ceCopy full SHA for 2fd65ce
1 file changed
Zhiyoo-Enhanced.user.js
@@ -1,6 +1,6 @@
1
// ==UserScript==
2
// @name 智友邦论坛增强
3
-// @version 1.1.1
+// @version 1.1.2
4
// @author X.I.U
5
// @description 自动签到、自动回复、自动无缝翻页、清理置顶帖子、清理帖子标题〖XXX〗【XXX】文字
6
// @icon http://bbs.zhiyoo.net/favicon.ico
@@ -109,7 +109,7 @@
109
};
110
111
var patt_thread = /\/thread-\d+-\d+\-\d+.html/, // 匹配 /thread-XXX-X-X.html 帖子正则表达式
112
- patt_posttitle = /^〖.+〗:|^【.+】:/; // 匹配帖子标题中的〖XXX〗【XXX】正则表达式
+ patt_posttitle = /^〖.+〗(:)?|^【.+】(:)?/; // 匹配帖子标题中的〖XXX〗【XXX】正则表达式
113
114
if (location.pathname === '/plugin.php'){
115
switch(getQueryVariable("id"))
0 commit comments