Skip to content

Instantly share code, notes, and snippets.

@dafi
Created July 21, 2010 09:59
Show Gist options
  • Save dafi/484290 to your computer and use it in GitHub Desktop.
Save dafi/484290 to your computer and use it in GitHub Desktop.
function getToolbar() {
return document.getElementById('nav-bar') ||
document.getElementById('mail-bar3') || // TB3 must be checked before TB2
document.getElementById('mail-bar2') || // TB2
document.getElementById('mail-bar');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment