A user script that converts all hiragana on every site to the equivalent katakana.
I created this to help me get more practice reading katakana.
The user script is available at: https://lfire.net/user-scripts/hiragana-to-katakana.user.js
When installed, it will automatically replace all hiragana on every page you visit with the equivalent katakana. To disable it, simply disable the user script.
Requires:
- make
- curl
- Python 2.7
To build, simply:
$ make
The user script will be built as hiragana-to-katakana.user.js
.
MIT License