Skip to content

An open sporce collection of bookmarklets

Notifications You must be signed in to change notification settings

RiverSongFox/bookmarklets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bookmarklets

An open source collection of bookmarklets. Feel welcome to discover and contribute your own browser helpers.

Contributing

This project uses pNpm package manager and ES modules.

How do I start the project?

Run the following commands:

pnpm install
pnpm dev

How to add a bookmarklet?

  1. Add a new JavaScript file /src folder
  2. Create and export an instance of Bookmarklet class
  3. Re-export the instance in /src/index.js

Please reference /src/hello-world.js for a basic implementation.