Bookmarklet to search Google Books from an HTML element

Install the bookmarklet by dragging the link to your bookmarks toolbar: Search on Google Books Or, create a bookmark manually, and change the Location property to the following: javascript:(function(){window.location=”https://www.google.com/search?tbm=bks&q=isbn:”+document.getElementById(“isbn”);})() To use it, go to a page which has an element…