https://github.com/mehdichaouch/bookmarklets
My useful javascript bookmarlets
https://github.com/mehdichaouch/bookmarklets
bookmarklets
Last synced: 7 months ago
JSON representation
My useful javascript bookmarlets
- Host: GitHub
- URL: https://github.com/mehdichaouch/bookmarklets
- Owner: mehdichaouch
- License: mit
- Created: 2011-11-22T15:09:13.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2022-09-13T06:44:47.000Z (about 3 years ago)
- Last Synced: 2025-01-24T17:48:32.404Z (9 months ago)
- Topics: bookmarklets
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Handmade Bookmarklets
[](./LICENSE)
[](https://github.com/mehdichaouch/email-to-slack/pulls)You can found all my bookmarklets in [GitHub Gist](https://gist.github.com/search?o=desc&q=user%3Amehdichaouch+bookmarklet&s=updated).
To use one, you have to open it in raw, copy the url and past it in [Closure Compiler Service](https://closure-compiler.appspot.com/) and remove code in textarea like bellow.

Then copy minified code (_in right_), edit or add a bookmark, remove the url, type `javascript:`, then past minified code, save and enjoy 🎉.
In your url field you should have something like that
```javacript
javascript:(function()....);
```N.B. if you get some trouble with encoding, you can [encode URL](https://coderstoolbox.net/string/#!encoding=url&action=encode&charset=utf_8) the minified code or directly this [Bookmarklet Maker](https://bookmarklets.org/maker/).
## Authors
- **Mehdi Chaouch** - *Maintainer* - [](https://github.com/mehdichaouch)
## License
This project is licensed under the MIT License - see the [LICENSE](./LICENSE) details.