Skip to content

Instantly share code, notes, and snippets.

@ronin13
Created September 30, 2010 20:06
Show Gist options
  • Save ronin13/605232 to your computer and use it in GitHub Desktop.
Save ronin13/605232 to your computer and use it in GitHub Desktop.
javascript <<EOF
(function(){
var feedPanel = document.createElement("statusbarpanel");
feedPanel.setAttribute("id", "feed-panel-clone");
feedPanel.appendChild(document.getElementById("feed-button"));
feedPanel.firstChild.setAttribute("style", "padding: 0; max-height: 16px;");
document.getElementById("status-bar")
.insertBefore(feedPanel, document.getElementById("security-button"));
})();
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment