mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-03-15 03:23:22 +08:00
@@ -274,7 +274,7 @@ async function waitUntilImgAppear(
|
||||
y = 0,
|
||||
w = 1920,
|
||||
h = 1080,
|
||||
timeout = 5000,
|
||||
timeout = 10000,
|
||||
interval = 50
|
||||
) {
|
||||
const start = Date.now();
|
||||
@@ -312,7 +312,7 @@ async function waitUntilImgDisappear(
|
||||
y = 0,
|
||||
w = 1920,
|
||||
h = 1080,
|
||||
timeout = 5000,
|
||||
timeout = 10000,
|
||||
interval = 50
|
||||
) {
|
||||
const start = Date.now();
|
||||
@@ -350,7 +350,7 @@ async function waitUntilTextAppear(
|
||||
y = 0,
|
||||
w = 1920,
|
||||
h = 1080,
|
||||
attempts = 5,
|
||||
attempts = 100,
|
||||
interval = 50
|
||||
) {
|
||||
const start = Date.now();
|
||||
@@ -389,7 +389,7 @@ async function waitUntilTextDisappear(
|
||||
y = 0,
|
||||
w = 1920,
|
||||
h = 1080,
|
||||
attempts = 5,
|
||||
attempts = 100,
|
||||
interval = 50
|
||||
) {
|
||||
const start = Date.now();
|
||||
|
||||
Reference in New Issue
Block a user