Skip to content

Commit

Permalink
added doc for feide script
Browse files Browse the repository at this point in the history
  • Loading branch information
on committed Aug 26, 2024
1 parent 0253a6f commit d22c2a2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
Binary file added doc/feide-microsoft.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions doc/feide-microsoft.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
![alt text](feide-microsoft.gif)
1 change: 1 addition & 0 deletions feide-microsoft.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
countdownInterval = setInterval(() => {
countdown--;
if (countdown <= 0) {
updateButtonText();
clearInterval(countdownInterval);
button.click();
} else {
Expand Down

0 comments on commit d22c2a2

Please sign in to comment.