-
-
Save Schachte/da8f2246cc84d0c2fd28d9b2add69aac to your computer and use it in GitHub Desktop.
Lastpass Checkbox Highlighter
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
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