Vissible Password

try to take over the world!

当前为 2017-06-13 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name Vissible Password
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.1
  5. // @description try to take over the world!
  6. // @author You
  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. // @grant none
  12. // ==/UserScript==
  13.  
  14. (function() {
  15. 'use strict';
  16. document.getElementById("postPassword").setAttribute("type", "");
  17. // Your code here...
  18. })();