Just do it.
当前为
// ==UserScript==
// @name monnsutogatya_adblock_reborn
// @namespace http://qqboxy.blogspot.com/
// @version 0.1
// @description Just do it.
// @author QQBoxy
// @match http://tw.monnsutogatya.com/
// @grant none
// ==/UserScript==
window.onload = function() {
var strong = document.getElementsByTagName('strong')[0];
strong.parentNode.removeChild(strong);
};