Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Nov 22, 2024
1 parent 2faea76 commit 6b00655
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Source/Script/Fa.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const refresh = async () => {
(el) =>
setTimeout(() => {
el?.click();

setTimeout(() => el?.click(), 1000);
}, 1000),
);
Expand Down
2 changes: 2 additions & 0 deletions Source/Script/Ta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ const refresh = async () => {

(await getElement(".js-column")).forEach(async (el) => {
const focus = await getElement(".js-stream-item", el);

const length = focus.length;

const id = Math.floor(Math.random() * length);

if (
Expand Down

0 comments on commit 6b00655

Please sign in to comment.