Skip to content

Instantly share code, notes, and snippets.

View MoradiDavijani's full-sized avatar
🦾

Hossein Moradi MoradiDavijani

🦾
View GitHub Profile
{"version":1,"resource":"file:///Users/hossein/Projects/Thinkific/workspace/checkout/src/components/LocationFields/LocationFields.scss","entries":[{"id":"a7xg.scss","timestamp":1654713680374},{"id":"GhGc.scss","source":"undoRedo.source","timestamp":1654713723259},{"id":"quRl.scss","timestamp":1654713764481}]}
@MoradiDavijani
MoradiDavijani / Chrome 61 Backup Saved Passwords
Last active September 12, 2020 18:00
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) {