EDIT: This accomplishes the same goal as this one:
https://community.wanikani.com/t/userscript-hide-context-sentence-translation/11215
I recommend using it instead of the one I made since that one only adds a simple CSS rule (and mine uses event listeners).
Very simple script that automatically hides the English translation of lesson example sentences. It also adds a button to each sentence to toggle their translations.
I wrote it because I wanted to use those sentences to practice my reading skills and I kept covering the translations with my hand. Well, not anymore!
How to install
- Make sure you have Violentmonkey (Firefox), Tampermonkey (other browsers) or any other userscript plugin installed
- Install the script from https://greasyfork.org/en/scripts/371783-wanikani-english-translation-hider
Changelog
1.0.0
- Initial release