Skip to content

Instantly share code, notes, and snippets.

@kisildev
Created August 12, 2019 08:52
Show Gist options
  • Save kisildev/0c015202bf56ea3354183bcb25d5df01 to your computer and use it in GitHub Desktop.
Save kisildev/0c015202bf56ea3354183bcb25d5df01 to your computer and use it in GitHub Desktop.
Text overflow
var a,w=document.createTreeWalker(document,NodeFilter.SHOW_TEXT);while(a=w.nextNode()){if(a.textContent.trim().length)a.textContent='Одиннадцатиклассница пошла посмотреть на достопримечательность, она шла долго, несколько строчек, пока не пришла'}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment