Skip to content

书签脚本

回到顶部

javascript
javascript: void (function () {
  document.scrollingElement.scrollIntoView({ behavior: 'smooth' })
})()

回到顶部

显示密码

javascript
javascript: void (function () {
  document.querySelectorAll('input[type=password]').forEach(function (dom) {
    dom.setAttribute('type', 'text')
  })
})()

显示密码

Last updated:

Released under the MIT License.