屏蔽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