- Read through the code to make sure I'm not hacking you. Alternatively, look at the manifest.json and see that this extension has no permissions, and can't run on any website besides bwamp.me.
- Download/clone this repository.
- Go to your extensions page (chrome://extensions/).
- Enable developer mode in the top right.
- Click "Load unpacked extension" in the top left.
- Locate and load the repository folder, making sure that
manifest.json
is at the root of the folder. - Go to https://bwamp.me/sandbox/ and mash on your keyboard
- Revel in your might.
If you hate the hotkeys / ordering that this ships with, you can edit it to your taste by modifying src/bwampify.js
.
IMPORTANT: after any local changes are made, go back to chrome://extensions and click the little refresh icon on the extension, otherwise your changes won't propagate.
array ORDER
defines the order of the buttons, by keybinding.
dict KEY_TO_EMOJI
defines the keybinding -> emoji mapping.
Keybindings are handled by this library, linked to the syntax on defining shortcuts.
- If an emoji that's not on bwamp.me is "linked" to, no magic happens — it just won't show up as a button.
- If an emoji on bwamp is omitted from
KEY_TO_EMOJI
, the button won't show up. - Similarly, if a keybinding in
KEY_TO_EMOJI
is omitted fromORDER
, the button won't show up.