ADBlock Reborn.
当前为
// ==UserScript==
// @name monnsutogatya_adblock_reborn
// @namespace http://qqboxy.blogspot.com/
// @version 0.4
// @description ADBlock Reborn.
// @author QQBoxy
// @match http://tw.monnsutogatya.com/*
// @grant none
// ==/UserScript==
(function() {
document.getElementById("for-ad-blocker").style.display="none";
document.getElementById("site-box").style.display="";
})();