Skip to content

Instantly share code, notes, and snippets.

@jonnybest
Created June 13, 2011 14:32
Show Gist options
  • Save jonnybest/1022870 to your computer and use it in GitHub Desktop.
Save jonnybest/1022870 to your computer and use it in GitHub Desktop.
hack for seesmic ui - removes the annoying panel on the left hand side
document.evaluate('//*[@id="sideBarPanel"]', document, null, XPathResult.UNORDERED_NODE_ITERATOR_TYPE, null ).iterateNext().style.display = "none";
// hack für seesmic. entfernt die linke Leiste, sodass genug Platz für die wichtigen Teile der Seite bleibt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment