Created
May 22, 2011 17:27
-
-
Save tobiashm/985689 to your computer and use it in GitHub Desktop.
xkcd show image title bookmarklet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| javascript:(function(){var i=document.querySelector('#comic img'),t=i.getAttribute('title');i.insertAdjacentText('afterEnd',t);})(); |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In Mobile Safari:
http://gist...with javascript