diff --git a/.env b/.env index 824da563..49120cdc 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ #支持多账户,使用逗号分隔每个账户,密码中有特殊字符可能会导致识别失败 USERNAMES=hahaha2,hahaha1,ha1,ha2,DrKBoogieWoogie,lsp,lsb #888存在问题 PASSWORDS=BfdSGt}F4!5pLHt,BfdSGt}F4!5pLHt,iTs9Wx4+3Eavkhk,W$RhQUVn5E?BBBq,]"w%2Qd%M8Z6-SS,HU5B6Ee]kRB%Qj',uYE)46Ej8phu$#u -WEBSITE=https://linux.do # https://meta.discourse.org +WEBSITE=https://linux.do # https://meta.discourse.org, https://meta.appinn.net/, https://community.openai.com/ diff --git a/index_passage_list.js b/index_passage_list.js index 30471a29..885fd4df 100644 --- a/index_passage_list.js +++ b/index_passage_list.js @@ -6,6 +6,8 @@ // @author liuweiqing // @match https://meta.discourse.org/* // @match https://linux.do/* +// @match https://meta.appinn.net/* +// @match https://community.openai.com/ // @grant none // @license MIT // @icon https://www.google.com/s2/favicons?domain=linux.do @@ -14,7 +16,12 @@ (function () { ("use strict"); // 定义可能的基本URL - const possibleBaseURLs = ["https://meta.discourse.org", "https://linux.do"]; + const possibleBaseURLs = [ + "https://meta.discourse.org", + "https://linux.do", + "https://meta.appinn.net/", + "https://community.openai.com/", + ]; // 获取当前页面的URL const currentURL = window.location.href;