Skip to content

Commit

Permalink
Add shortcut for premium account (#16)
Browse files Browse the repository at this point in the history
Co-authored-by: Shubhashis Roy Dipta <[email protected]>
  • Loading branch information
raphaelheinz and dipta007 committed Jan 8, 2024
1 parent d7f813c commit 38d17a7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions scripts/leetcode.js
Original file line number Diff line number Diff line change
Expand Up @@ -1073,7 +1073,9 @@ const observer = new MutationObserver(function (_mutations, observer) {
}
});

observer.observe(document.body, {
childList: true,
subtree: true,
});
setTimeout(() => {
observer.observe(document.body, {
childList: true,
subtree: true,
});
}, 2000);

0 comments on commit 38d17a7

Please sign in to comment.