Remove the AD of the Bahumut forum.
// ==UserScript== // @name Bahamut AD Remover // @namespace http://nightrail.org/userscripts/bahamutAdRemover/ // @version 0.3 // @description Remove the AD of the Bahumut forum. // @match http://forum.gamer.com.tw/*.php?bsn=* // @copyright 2012+, W.Johnson // ==/UserScript== document.getElementById("flySalve").style.display = 'none'; document.getElementById("BH-ad_banner").style.display = 'none';