We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ddeb09 commit 8e3089cCopy full SHA for 8e3089c
external.js
@@ -209,8 +209,7 @@
209
// 逐个点击找到的按钮
210
buttons.forEach((button, index) => {
211
if (
212
- button.title !== "点赞此帖子" ||
213
- button.title !== "Like this post" ||
+ (button.title !== "点赞此帖子" && button.title !== "Like this post") ||
214
clickCounter >= 50
215
) {
216
return;
index_passage_list.js
0 commit comments