userscripts
Collection of bookmarklets, userscripts, and userstyles.
Bookmarklets
Usage
You can import the bookmarks in bookmarklets/index.html into any browser you choose. This will add all the bookmarklets at once.
Development
The source code of each bookmarklet is stored in the bookmarklets
.
To create a new bookmarklet:
- Make sure you initialized the repo:
nvm install && nvm use && pnpm install
- Copy
_template.bookmarklet.js
to123-name.bookmarklet.js
, with the number and name of your choice. (The number is used to order bookmarklets in thebookmarklets.html
file.) - Write your code.
- Run
pnpm start
.
The new bookmarklet should be found in bookmarklets/index.html
.
Userscripts
To install any userscript in the userscripts
directory, you need a userscript manager. Some include Tampermonkey, Violentmonkey (both for Firefox and Chrome), and Userscripts (for Safari).
Userstyles
To install any userstyle in the userstyles
directory, you need a userstyle manager. Some include Stylus (for Firefox and Chrome), and Userstyles (for Safari).