2 // @name Visible Password
3 // @namespace http://tampermonkey.net/
5 // @description try to take over the world!
7 // @match http://boards.4chan.org/*
8 // @match https://boards.4chan.org/*
9 // @include https://boards.4chan.org/*
10 // @include http://boards.4chan.org/*
11 // @updateURL https://github.com/ECHibiki/4chan-UserScripts/raw/master/Visible-Password.user.js
12 // @downloadURL https://github.com/ECHibiki/4chan-UserScripts/raw/master/Visible-Password.user.js
17 document
.getElementById("postPassword").setAttribute("type", "");
18 document
.getElementById("postPassword").value
= document
.getElementById("postPassword").value
;
20 document
.getElementById("delPassword").setAttribute("type", "");
21 document
.getElementById("delPassword").value
= document
.getElementById("delPassword").value
;