An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Handmade Bookmarklets

[![License: MIT](https://img.shields.io/github/license/advocodo/magento2-cart-quantity-multiple.svg?style=flat-square)](./LICENSE)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg "PRs Welcome")](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.

![closure-compile](https://user-images.githubusercontent.com/861701/119270566-92444600-bbfd-11eb-9559-4e6d9c6a9a90.png)

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* - [![GitHub followers](https://img.shields.io/github/followers/mehdichaouch.svg?style=social)](https://github.com/mehdichaouch)

## License

This project is licensed under the MIT License - see the [LICENSE](./LICENSE) details.