Skip to content

Instantly share code, notes, and snippets.

@wombleton
Created September 19, 2012 11:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wombleton/3749041 to your computer and use it in GitHub Desktop.
Save wombleton/3749041 to your computer and use it in GitHub Desktop.
xkcd.com large comic navigation
// Paste this in the address bar and then use zoom in/out to navigate easier
// you may need to type in "javascript:" in the address bar manually
javascript:$('#comic').css('overflow', '');$('#topContainer, #bottom, .comicNav, #comic > img:first-child').hide()
// firefox does not allow you to do this from the address bar. For that, open the Scratchpad (Shift + F4) and execute:
$('#comic').css('overflow', '');$('#topContainer, #bottom, .comicNav, #comic > img:first-child').hide()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment