Skip to content

Instantly share code, notes, and snippets.

@eyaler
Created February 6, 2025 13:45
Show Gist options
  • Save eyaler/fcd713b570d9951952b19385b804e406 to your computer and use it in GitHub Desktop.
Save eyaler/fcd713b570d9951952b19385b804e406 to your computer and use it in GitHub Desktop.
Hide Rashi reveal Hebrew for Hebrewbooks PDF
document.querySelectorAll('canvas').forEach(e=>e.style.visibility='hidden');document.querySelectorAll('span').forEach(e=>e.style.color='black')
@eyaler
Copy link
Author

eyaler commented Feb 6, 2025

Before:
image

After:
image

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