-
JavaScript Bookmarklets Tutorial – How to create bookmarklet, amend DOM to add HTML links to page
Bookmarklets are an incredibly powerful tool. They are simply anonymous JavaScript functions which execute immediately prefixed with “javascript”: and this tutorial shows you how to create them and use them. In the example I convert a list of urls listed on a page into clickable links. You’ll see: – inspect the DOM with Chrome developer…