Skip to content

Instantly share code, notes, and snippets.

@Stanton
Created April 8, 2010 15:23
Show Gist options
  • Save Stanton/360180 to your computer and use it in GitHub Desktop.
Save Stanton/360180 to your computer and use it in GitHub Desktop.
$(document).ready(function(){
setTimeout(function() {
document.body.innerHTML = document.body.innerHTML.replace(/\u200a/g, " ");
return true;
}, 0);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment