Skip to content

Instantly share code, notes, and snippets.

Created March 4, 2009 03:59
Show Gist options
  • Save anonymous/73699 to your computer and use it in GitHub Desktop.
Save anonymous/73699 to your computer and use it in GitHub Desktop.
// to fix the buggy width of gmail's sidebar on FF3, paste this into the location bar and hit enter.
javascript:(function(nn){nn[6].style.width="20%";nn[7].style.width="75%"})(document.getElementById("canvas_frame").contentDocument.getElementsByClassName("nn"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment