Skip to content

Commit

Permalink
chore: 更新bypas脚本阅读位置
Browse files Browse the repository at this point in the history
  • Loading branch information
14790897 committed Jan 1, 2025
1 parent a7a7dbd commit 907d136
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bypasscf.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ async function launchBrowserForUser(username, password) {
});
// 如果是Linuxdo,就导航到我的帖子,但我感觉这里写没什么用,因为外部脚本已经定义好了,不对,这里不会点击按钮,所以不会跳转,需要手动跳转
if (loginUrl == "https://linux.do") {
await page.goto("https://linux.do/t/topic/13716/400", {
await page.goto("https://linux.do/t/topic/13716/630", {
waitUntil: "domcontentloaded",
});
} else if (loginUrl == "https://meta.appinn.net") {
Expand Down
2 changes: 1 addition & 1 deletion bypasscf_likeUser.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ async function launchBrowserForUser(username, password) {
});
// 如果是Linuxdo,就导航到我的帖子,但我感觉这里写没什么用,因为外部脚本已经定义好了,不对,这里不会点击按钮,所以不会跳转,需要手动跳转
if (loginUrl == "https://linux.do") {
await page.goto("https://linux.do/t/topic/13716/400", {
await page.goto("https://linux.do/t/topic/13716/630", {
waitUntil: "domcontentloaded",
});
} else if (loginUrl == "https://meta.appinn.net") {
Expand Down

0 comments on commit 907d136

Please sign in to comment.