// ==UserScript== // @name 显示密码框内容 // @namespace https://greasyfork.org/users/91873 // @version 1.0.0.1 // @description 鼠标划过密码框时显示密码框内容 // @author wujixian // @include http*://* // @exclude *baidu.com* // @grant none // @run-at document-end // @downloadURL none // ==/UserScript== window.onload=function(){ var list=document.querySelectorAll("input[type=password]"); for(var i=0;i