Skip to content

Instantly share code, notes, and snippets.

@rainrisa
Created November 29, 2022 20:53
Show Gist options
  • Save rainrisa/dcecaef5c0c21ab936f476bb6509e2c0 to your computer and use it in GitHub Desktop.
Save rainrisa/dcecaef5c0c21ab936f476bb6509e2c0 to your computer and use it in GitHub Desktop.
Hide romaji on jlptsensei.com
// open chrome console and copy paste this code
document.querySelectorAll("td.jl-td-gr").forEach((el) => el.style.display = "none")
@rainrisa
Copy link
Author

Before:

image

After:

image

@rainrisa
Copy link
Author

This will helpful if you want to avoid romaji and only read hiragana or katakana

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment