Greasy Fork is available in English.

双击显示密码

双击显示密码,失去焦点隐藏.不覆盖 onload,支持密码框后生成的网站

These are versions of this script where the code was updated. Show all versions.

  • v1.3.1 24.10.2020. styl: 移除 log
  • v1.3 24.10.2020. feat: 防止如百度之类站点覆盖 MutationObserver
  • v1.2 24.10.2020. feat: 移除不必要的遍历
  • v1.1 22.10.2020. 用 MutationObserver 监听每次 dom 变化并添加显示密码的事件,理论上可以支持任何网站(百度除外,把 MutationObserver 覆盖为 null 了)
  • v1.0.3 17.07.2019. Imported from URL
  • v1.0.4 17.07.2019.
  • v1.0.3 25.03.2019.
  • v1.0.2 25.03.2019. 修复 onload 被覆盖
  • v1.0.1 23.03.2019. Imported from URL