Firefox and Chrome webextension to remind you to HODL your crypto assets. The extension searches for and replaces text elements in pages of your choice.
There is an initial list of domains included, but you can remove them by changing the settings in the action popup.
You can also customize the search array as well as the replacement word.
The extension can be directly installed for Firefox and Chrome.
Firefox https://addons.mozilla.org/en-US/firefox/addon/cryptohodl/
Chrome https://chrome.google.com/webstore/detail/hodl/ebaheanlhpmofjcjomhagadpagdnidoj
Or you can load the extension unpacked.
We only require permissions to access the tabs, local storage for preferences, and urls. There might be some crossover, and I will potentially remove some uneeded permissions in the future.
uglifyjs-folder
clean-css-cli
A very simple npm script is used to build the extension for Firefox and Chrome. The script copies the appropriate files, appends the common scripts to popup, background, and content scripts, and lastly minifies.
$ npm run package:chrome
$ npm run package:firefox
Running the scripts will spit out two folders (dist_chrome, dist_firefox) that can be installed unpacked.
Want to help? Please do. This was built in a rush so I expect bugs.
- Add tests
- Add schedule mode
- Advanced domain matching (subdomain/directory matching)