Skip to content

Instantly share code, notes, and snippets.

@Cycymomo
Created September 24, 2013 11:38
Show Gist options
  • Save Cycymomo/6683498 to your computer and use it in GitHub Desktop.
Save Cycymomo/6683498 to your computer and use it in GitHub Desktop.
flushPage.js by @Lcf.vs
(function(d,e){
w=d.createTreeWalker(d.body,4);while(n=w.nextNode())n.data=n.data.replace(e,'')
})(document, /[\w\d\.()=;,'{}/]/gi);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment