Skip to content

Forge password input to prevent browser from saving or autofilling password

License

Notifications You must be signed in to change notification settings

cnlon/password-forge

Repository files navigation

password-forge

npm version node version js-standard-style

password-forge 用于模拟密码类型输入框,避免浏览器保存或填充密码

安装

npm install password-forge

使用

<html>
<link href="./password-forge.css" rel="stylesheet">
<script src="./detect.js"></script>
<body>
  <input type="text" class="password-forge" value="123456">
</body>
</html>

预览:

快照

在线示例 CodePenJSFiddle


MIT

About

Forge password input to prevent browser from saving or autofilling password

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published