Skip to content

Instantly share code, notes, and snippets.

@basiclines
Created May 14, 2012 14:53
Show Gist options
  • Save basiclines/2694417 to your computer and use it in GitHub Desktop.
Save basiclines/2694417 to your computer and use it in GitHub Desktop.
Deletes tabs/line breaks/extra white spaces in the html
javascript:(function(){var%20b=document.getElementsByTagName('body')[0];b.innerHTML=b.innerHTML.replace(/\t+|\n+|\r+/g,'');})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment