Tag Archives: greasemonkey

自动登录网站的 greasemonkey 脚本

自动登录 gmail 的 greasemonkey 脚本,可以根据需要修改 formElement.name==”Email” 为别的,来登录别的网站。注意修改 name, include 这些相关的东东 // (c) 2007, Yabin Guo // To install, you need Greasemonkey: http://greasemonkey.mozdev.org/ // // ——————————————————————– // ==UserScript== // @name gmail Login // @description Auto-login of gmail // @include https://www.google.com/a/wdicc.com/* // ==/UserScript==   //replace your seraph username and password in the following expression; userName="wd"; passWord="*******";   [...]