Skip to content

Instantly share code, notes, and snippets.

@oakaigh
Last active November 25, 2019 22:14
Show Gist options
  • Save oakaigh/4c60cbf07aecc8668670db47f3f1c2df to your computer and use it in GitHub Desktop.
Save oakaigh/4c60cbf07aecc8668670db47f3f1c2df to your computer and use it in GitHub Desktop.
els = document.getElementsByTagName('pre');
for (var i = 0; i < els.length; i++) {
els[i].style.whiteSpace = 'pre-wrap'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment