{"id":636,"date":"2010-11-29T11:45:32","date_gmt":"2010-11-29T16:45:32","guid":{"rendered":"http:\/\/it.thelibrarie.com\/weblog\/?p=636"},"modified":"2010-11-29T11:45:32","modified_gmt":"2010-11-29T16:45:32","slug":"firefox-saved-password-retrieval","status":"publish","type":"post","link":"https:\/\/it.thelibrarie.com\/weblog\/2010\/11\/firefox-saved-password-retrieval\/","title":{"rendered":"Firefox Saved Password Retrieval"},"content":{"rendered":"<p>I sometimes save my password into firefox to make my life easier.  Opera has a much better system for saving passwords, but I like my FF better.<\/p>\n<p>I had a saved password and needed to retrieve the password (unmask it) for some documentation.  Unfortunately I couldn&#8217;t remember which password I had used previously.  Then I remembered a handy javascript that allows me to show the saved password.<\/p>\n<p>Go to the site you want to retrieve the password<br \/>\nDO NOT login yet<br \/>\nUp at the address bar, overwrite what is there with:<br \/>\n<code>javascript:(function(){var s,F,j,f,i; s = \"\"; F = document.forms; for(j=0; j<F.length; ++j) { f = F[j]; for (i=0; i<f.length; ++i) { if (f[i].type.toLowerCase() == \"password\") s += f[i].value + \"\\n\"; } } if (s) alert(\"Passwords in forms on this page:\\n\\n\" + s); else alert(\"There are no passwords in forms on this page.\");})();<\/code><\/p>\n","protected":false},"excerpt":{"rendered":"<p>I sometimes save my password into firefox to make my life easier. Opera has a much better system for saving passwords, but I like my FF better. I had a saved password and needed to retrieve the password (unmask it) for some documentation. Unfortunately I couldn&#8217;t remember which password I had used previously. Then I &hellip; <a href=\"https:\/\/it.thelibrarie.com\/weblog\/2010\/11\/firefox-saved-password-retrieval\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Firefox Saved Password Retrieval<\/span> <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-636","post","type-post","status-publish","format-standard","hentry","category-miscellaneous"],"_links":{"self":[{"href":"https:\/\/it.thelibrarie.com\/weblog\/wp-json\/wp\/v2\/posts\/636","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/it.thelibrarie.com\/weblog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/it.thelibrarie.com\/weblog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/it.thelibrarie.com\/weblog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/it.thelibrarie.com\/weblog\/wp-json\/wp\/v2\/comments?post=636"}],"version-history":[{"count":1,"href":"https:\/\/it.thelibrarie.com\/weblog\/wp-json\/wp\/v2\/posts\/636\/revisions"}],"predecessor-version":[{"id":637,"href":"https:\/\/it.thelibrarie.com\/weblog\/wp-json\/wp\/v2\/posts\/636\/revisions\/637"}],"wp:attachment":[{"href":"https:\/\/it.thelibrarie.com\/weblog\/wp-json\/wp\/v2\/media?parent=636"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/it.thelibrarie.com\/weblog\/wp-json\/wp\/v2\/categories?post=636"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/it.thelibrarie.com\/weblog\/wp-json\/wp\/v2\/tags?post=636"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}