Skip to content

Instantly share code, notes, and snippets.

@hogelog
Created March 24, 2010 16:13
Show Gist options
  • Save hogelog/342446 to your computer and use it in GitHub Desktop.
Save hogelog/342446 to your computer and use it in GitHub Desktop.
doc.getAnonymousElementByAttribute(doc.getElementById("content"), "anonid", "panelcontainer").style.backgroundColor = "transparent";
doc.getElementById("main-window").style.backgroundRepeat = "repeat";
hook.addToHook("LocationChange", function (aNsURI) {
gBrowser.mCurrentTab.style.backgroundColor = "transparent";
gBrowser.mCurrentBrowser.collapsed = (aNsURI && aNsURI.spec == "about:blank") ? true : false;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment