// disable page styles for the initial tab setStyleDisabled(true); // disable on tab creation (could also be done in .addTab()) eval('gBrowser.loadOneTab = ' + gBrowser.loadOneTab.toString() .replace('return tab;', 'setStyleDisabled(true); return tab;'));