Skip to content

Instantly share code, notes, and snippets.

@betesh
betesh / .gitignore
Last active October 22, 2020 20:31 — forked from sh4dowb/retrieve_password.py
Chromium Linux Password Retriever (Decryption support)
We couldn’t find that file to show.
@betesh
betesh / Chrome 61 Backup Saved Passwords
Last active December 14, 2017 15:19 — forked from MoradiDavijani/Chrome 61 Backup Saved Passwords
As Chrome removed the "Backup" button in "Saved Passwords", you can make a backup from your passwords by running this code in the console!
// 1. Open chrome://settings/passwords
// 2. Open chrome developer tools (using F12 or Ctrl+Shift+i)
// 3. Run the following code in the console tab
// 4. Copy output in a text file and save it somewhere safe!
function asyncForEach(array, done, iterator) {
var i = 0;
next();
function next(err) {
if (err) {