// ==UserScript== // @name Forum(Discuz! X) Base-Profile One-Click Filler // @description Discuz! X-论坛-基本资料-一键填写 // @author DanoR // @namespace http://weibo.com/zheung // @copyright DanoR // @version 0.7.141113 // @grant none // @include *op=base* // @downloadURL none // ==/UserScript== document.querySelector("button#profilesubmitbtn.pn.pnc").parentNode.innerHTML += ""; document.querySelector("button#fill.pn.pnc").onclick = fill; function fill() { var privacys = document.querySelectorAll("td.p>select"); for(i=0; i