Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save FreePhoenix888/67f942e4996297334df4287e19b1638a to your computer and use it in GitHub Desktop.
Save FreePhoenix888/67f942e4996297334df4287e19b1638a to your computer and use it in GitHub Desktop.
Add all suggested meets to watcher
// 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