BBLog.handle("add.plugin", { id : "hide-main-banners", name : "Hide Main Banners", init : function(instance){ this.RemoveElements(); }, domchange : function(instance){ this.RemoveElements(); }, RemoveElements : function() { $("#main-preorderbf4-banner").remove(); $(".battlelog-bf3-homepage").remove(); $("$span4 activity-stream").remove(); } });