ADBlock Reborn.
当前为
// ==UserScript==
// @name monnsutogatya_adblock_reborn
// @namespace http://qqboxy.blogspot.com/
// @version 0.2
// @description ADBlock Reborn.
// @author QQBoxy
// @match http://tw.monnsutogatya.com/
// @grant none
// ==/UserScript==
(function() {
var d = document.createElement('div');
d.setAttribute("id", "w23e");
d.style.display = 'none';
var b = document.getElementsByTagName("body")[0];
b.appendChild(d);
})();