Skip to content

Instantly share code, notes, and snippets.

@tobiashm
Created May 22, 2011 17:27
Show Gist options
  • Select an option

  • Save tobiashm/985689 to your computer and use it in GitHub Desktop.

Select an option

Save tobiashm/985689 to your computer and use it in GitHub Desktop.
xkcd show image title bookmarklet
javascript:(function(){var i=document.querySelector('#comic img'),t=i.getAttribute('title');i.insertAdjacentText('afterEnd',t);})();
@tobiashm

Copy link
Copy Markdown
Author

In Mobile Safari:

  1. Copy javascript
  2. Create bookmark for this page
  3. Edit bookmark
  4. Replace http://gist... with javascript
  5. Go to http://xkcd.com
  6. Select bookmark

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment