Skip to content

Instantly share code, notes, and snippets.

@Schachte
Created December 23, 2022 05:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Schachte/da8f2246cc84d0c2fd28d9b2add69aac to your computer and use it in GitHub Desktop.
Save Schachte/da8f2246cc84d0c2fd28d9b2add69aac to your computer and use it in GitHub Desktop.
Lastpass Checkbox Highlighter
for (item of document.getElementsByClassName('vault-item-displayname')) {
item.click()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment