Tell HN: LastPass Deletion Instructions

3 points by x86hacker1010 ↗ HN
1. You need to purge all your data manually, you can do this using a simple script from the vault page to select all items. Open the console of your browser and type:

for (item of document.getElementsByClassName('vault-item-displayname')) { item.click() }

2. When you navigate to the https://lastpass.com/delete_account.php to delete your account, the modal (for me) was blank and empty. There is an automatic HTML display: none tag applied. You can open the console and remove this CSS and it will show the confirmation to remove.

Cheers.

0 comments

[ 2.0 ms ] story [ 12.6 ms ] thread

No comments yet.