Skip to content

Instantly share code, notes, and snippets.

@tobiashm
Created September 9, 2012 09:48
Show Gist options
  • Save tobiashm/3683507 to your computer and use it in GitHub Desktop.
Save tobiashm/3683507 to your computer and use it in GitHub Desktop.
Boomarklet to show title test on commics. Works for XKCD and Dinosaur Comics
javascript:(function(){var i=document.querySelectorAll('img.comic, #comic img')[0];i&&alert(i.title);})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment