https://github.com/ceritium/bookmarklet-generator
Bookmarklet generator
https://github.com/ceritium/bookmarklet-generator
bookmarklet bookmarklet-generator bookmarklets
Last synced: about 1 month ago
JSON representation
Bookmarklet generator
- Host: GitHub
- URL: https://github.com/ceritium/bookmarklet-generator
- Owner: ceritium
- License: mit
- Created: 2023-09-10T21:58:41.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:06:13.000Z (almost 2 years ago)
- Last Synced: 2023-12-15T15:26:16.382Z (almost 2 years ago)
- Topics: bookmarklet, bookmarklet-generator, bookmarklets
- Language: Svelte
- Homepage: https://bookmarklet.jose.gr
- Size: 50.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bookmarklet generator
This Svelte project is designed to help you generate bookmarklets with compression support quickly and easily.
Bookmarklets are small scripts that you can run directly from your browser's bookmarks bar, allowing you to execute specific actions or commands with just one click. With this project, you can easily create your own bookmarklets, customize them to suit your needs, and save them to your bookmarks bar for future use. The best part is that all the data is stored directly in the URL, so you can easily edit or update your bookmarklet by simply updating the URL.
You can try it at [bookmarklet.jose.gr](https://bookmarklet.jose.gr)
## Developing
```bash
npm install
npm run dev# or start the server and open the app in a new browser tab
npm run dev -- --open
```## Building
To create a production version of your app:
```bash
npm run build
```You can preview the production build with `npm run preview`.