Skip to content

Instantly share code, notes, and snippets.

@spirinvladimir
Created July 1, 2025 06:25
Show Gist options
  • Save spirinvladimir/a0601f86bc57b96faa3939066d2c5e48 to your computer and use it in GitHub Desktop.
Save spirinvladimir/a0601f86bc57b96faa3939066d2c5e48 to your computer and use it in GitHub Desktop.
Export text from Monkeytype Zen mode
console.log([...document.getElementsByTagName('letter')].reduce(
(text, $) => text + $.textContent,
''
))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment