Created
April 19, 2025 11:02
-
-
Save FreePhoenix888/67f942e4996297334df4287e19b1638a to your computer and use it in GitHub Desktop.
Add all suggested meets to watcher
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Paste this in your browser console | |
const suggestedAddButton = document.querySelectorAll('.suggestion__accept-btn') | |
for (let button of suggestedAddButton) { | |
button.click() | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment