Bookmarklet Maker

Bookmarklet Maker is a powerful tool that enables you to create your own custom bookmarklets, allowing you to enhance your productivity and streamline your workflow.

Drag me to bookmark bar: 👉🏻

By leveraging the power of basic JavaScript, you can transform your bookmarks from simple shortcuts to powerful and versatile tools that can help you accomplish a wide variety of tasks with ease.

With Bookmarklet Maker, you can avoid cluttering your browser with unnecessary extensions, and instead create lightweight and effective solutions that work seamlessly with your existing workflow.

Whether you're looking to automate repetitive tasks, simplify your browsing experience, or just boost your productivity, Bookmarklet Maker is a must-have tool for anyone looking to get the most out of their browser.

Benefits of Bookmarklets

Bookmarklet Examples

Some examples of bookmarklets that you can create with Bookmarklet Maker:

QR Code Generator

javascript:!function(){var e="http://chart.apis.google.com/chart?cht=qr&chs=300x300&chl="+encodeURIComponent(location.href);w=open(e,"w","location=no,status=yes,menubar=no,scrollbars=no,resizable=yes,width=500,height=500,modal=yes,dependent=yes")}();

Search in Google Site:All

javascript:location="http://www.google.com/search?num=100&q=site:"+escape(location.hostname);

Enable Right Click

javascript:document.oncontextmenu=null;

Quick Note

javascript:!function(){let e=window.open("about:blank","_blank");e.document.write("Enter your note here."),e.document.title="Quick Note",e.document.documentElement.setAttribute("contenteditable",""),e.document.close()}();