Bookmarklet Editor
Create custom bookmarklets and manage your whole collection, all without installing anything.
Browser bookmarklets are a great way to run small JavaScript snippets directly from your bookmarks bar, but converting raw JavaScript into the proper bookmarklet format is tedious for anything beyond trivial examples β so I built a web-based editor that handles the conversion, saves your scripts locally, and lets you import/export via JSON for easy portability across devices. (Claude Code is the other star of this project!)
Turn your bookmarks bar into a secret hackerβs toolkit by creating, editing, and decoding custom bookmarklets all right in your browserβno installs required! Itβs like having a mini JavaScript playground where your bookmarks come alive with a single click.
Key features:
- βοΈ Create and edit bookmarklets with live code formatting
- π Decode existing bookmarklets back to readable JavaScript
- π Test your bookmarklets instantly on any page
- πΎ Save and manage your collection with local storage and JSON import/export
This summary was generated by GitHub Copilot based on the project README.