Bookmarklet Generator
Build bookmarklet in no time
(function(){ // the minimum version of jQuery we want var v = "1.12.4"; // check prior inclusion and version if (window.jQuery === undefined || window.jQuery.fn.jquery < v) { var done = false; var script = document.createElement("script"); script.src = "//ajax.googleapis.com/ajax/libs/jquery/" + v + "/jquery.min.js"; script.onload = script.onreadystatechange = function(){ if (!done && (!this.readyState || this.readyState == "loaded" || this.readyState == "complete")) { done = true; initMyBookmarklet(); } }; document.getElementsByTagName("head")[0].appendChild(script); } else { initMyBookmarklet(); } function initMyBookmarklet() { (window.myBookmarklet = function() { // your JavaScript code goes here! })(); } })();
drag into your bookmark-toolbar
Recipes
Enable right click & copy
Search Form
Search
Archives
RSS