https://github.com/punchagan/bookmarklets
A collection of my bookmarklets to automate various things in the browser
https://github.com/punchagan/bookmarklets
bookmarklets
Last synced: 6 months ago
JSON representation
A collection of my bookmarklets to automate various things in the browser
- Host: GitHub
- URL: https://github.com/punchagan/bookmarklets
- Owner: punchagan
- License: gpl-3.0
- Created: 2022-09-26T18:13:46.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-03T03:16:47.000Z (about 1 year ago)
- Last Synced: 2024-10-12T14:34:27.001Z (12 months ago)
- Topics: bookmarklets
- Language: HTML
- Homepage: https://punchagan.github.io/bookmarklets/
- Size: 82 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bookmarklets
A collection of my bookmarklets to automate various things in the browser
You can view them at [punchagan.github.io/bookmarklets](https://punchagan.github.io/bookmarklets)
#### Installation
- Drag and drop the bookmarklet link to your bookmarks toolbar
- If your bookmarklet toolbar is hidden, use `Ctrl+Shift+B` (on Firefox & Chrome) to make it visible
- On Firefox, you could also right click on the link and click "Bookmark Link"#### Development
We use `dune` to build the `index.html` page with all the bookmarklets. You can
run `dune build --watch @index` to regenerate the `index.html` page while
editing any src/*.js file.You can also write tests and run them using `node tests/run.js`. See
`src/rudolph.js` for an example.``` sh
ls src/*.js tests/*.js | entr node tests/run.js
```