Created
February 6, 2025 13:45
-
-
Save eyaler/fcd713b570d9951952b19385b804e406 to your computer and use it in GitHub Desktop.
Hide Rashi reveal Hebrew for Hebrewbooks PDF
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
document.querySelectorAll('canvas').forEach(e=>e.style.visibility='hidden');document.querySelectorAll('span').forEach(e=>e.style.color='black') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Before:

After:
