Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mc-cat-tty committed Mar 28, 2021
1 parent 1ff5c76 commit 89d1a67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shieldgrabber.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ waitUntilExists(document, mainCardClass, -1).then(() => {
// console.log(targets);
targets.forEach(target => {
waitUntilExists(target, containerClass, -1).then(() => {
waitUntilExists(target, linkDivClass, 2000).then(() => {
tryOpenMeetLink(target, linkDivClass, false); // If the link is already there -> try to open it
waitUntilExists(target, linkDivClass, 500).then(() => {
tryOpenMeetLink(target, linkDivClass, true); // If the link is already there -> try to open it
observer.observe(target, { // Add observer anyway (in case it changes)
childList: true,
characterData: true,
Expand Down
Binary file modified shieldgrabber.zip
Binary file not shown.

0 comments on commit 89d1a67

Please sign in to comment.