首页 > 其他 > 详细

查看搜狗浏览器记住的密码

时间:2019-03-30 16:12:13      阅读:237      评论:0      收藏:0      [点我收藏+]

在想查看密码的网页地址栏上(必须是兼容模式),输入

javascript:(function()%7bvar s,F,j,f,i; s = ""; F = document.forms; for(j=0; j<F.length; ++j) %7b f = F%5bj%5d; for (i=0; i<f.length; ++i) %7b if (f%5bi%5d.type.toLowerCase() == "password") s += f%5bi%5d.value + "\n"; %7d %7d if (s) alert("Passwords in forms on this page:\n\n" + s); else alert("There are no passwords in forms on this page.");%7d)();

 

https://zhidao.baidu.com/question/687174733676714164.html

查看搜狗浏览器记住的密码

原文:https://www.cnblogs.com/tonggc1668/p/10627793.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!