try to take over the world!
当前为
// ==UserScript==
// @name Vissible Password
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match http://boards.4chan.org/*
// @match https://boards.4chan.org/*
// @include https://boards.4chan.org/*
// @include http://boards.4chan.org/*
// @grant none
// ==/UserScript==
(function() {
'use strict';
document.getElementById("postPassword").setAttribute("type", "");
// Your code here...
})();