An open source collection of bookmarklets. Feel welcome to discover and contribute your own browser helpers.
This project uses pNpm package manager and ES modules.
Run the following commands:
pnpm install
pnpm dev
- Add a new JavaScript file
/src
folder - Create and export an instance of
Bookmarklet
class - Re-export the instance in
/src/index.js
Please reference /src/hello-world.js
for a basic implementation.