屏蔽chrome自动填充表单,禁止自动填充账号密码,本人亲测必行!


亲测有效,可以屏蔽掉 浏览器的自动填充账号密码的功能

<input type="password" style="width: 1px; height: 1px; position: absolute; border: 0px; padding: 0px;">

<input id="password" type="password" placeholder="Password" autocomplete="new-password">

 

<inputtype="password" style="width: 1px; height: 1px; position: absolute; border: 0px; padding: 0px;"> <input id="password"type="password" placeholder="Password" autocomplete="new-password">


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM