Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 777 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 777 Bytes

📚🐙 Bookmarklets library

The repository for keeping bookmarklets.

Unfortunetly on Github's markdown you cannot simply add comfortable links, so you have to drag and drop (on the bookmarks' bar) the code by yourself.

Bookmarklets

Explain XKCD

If you are on xkcd, it will redirect you on the proper sub-page on the explain xkcd wiki. Otherwise display the alert informing about the mistake.

javascript:(function()%7Blet%20match%3Dwindow.location.href.match(%2Fhttps%3A%5C%2F%5C%2Fxkcd%5C.com%5C%2F(%5Cd%2B)%5C%2F%2F)%3Bmatch%3Fwindow.location.href%3D%22https%3A%2F%2Fwww.explainxkcd.com%2Fwiki%2Findex.php%2F%22%2Bmatch%5B1%5D%3Aalert(%22That%20is%20not%20the%20XKCD%20page%22)%3B%7D)()