Skip to content

Instantly share code, notes, and snippets.

@dolpen
Created March 11, 2011 06:58
Show Gist options
  • Save dolpen/865558 to your computer and use it in GitHub Desktop.
Save dolpen/865558 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name password
// @namespace www.dolpen.net
// @include http://anpi.ipc.shizuoka.ac.jp/input.cgi
// ==/UserScript==
(function(){
document.getElementsByTagName('input')[1].setAttribute('type','password');
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment