This bookmarklet will take you from a comic on xkcd.com to the explaination on explain xkcd.
To use, create a new bookmark/favurite/whatever and paste the above code instead of the bookmark URL.
This bookmarklet will take you from a comic on xkcd.com to the explaination on explain xkcd.
To use, create a new bookmark/favurite/whatever and paste the above code instead of the bookmark URL.
javascript:location.href='http://www.explainxkcd.com/wiki/index.php?title='+window.location.pathname.replace(/^\/|\/$/g, '') |
This is probably trivial to most people but if you'd prefer this bookmarklet to open explain xkcd in a new tab you can write it like this:
javascript:(function(){ window.open('http://www.explainxkcd.com/wiki/index.php?title='+window.location.pathname.replace(/^\/|\/$/g, '')); })();
Thanks!