Greasy Fork

Vissible Password

try to take over the world!

目前为 2017-06-13 提交的版本。查看 最新版本

// ==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...
})();