Skip to content

Instantly share code, notes, and snippets.

@arschmitz
Last active August 29, 2015 14:24
Show Gist options
  • Save arschmitz/34bcd7570403af0a2787 to your computer and use it in GitHub Desktop.
Save arschmitz/34bcd7570403af0a2787 to your computer and use it in GitHub Desktop.
var newScript = document.createElement( "script" );
document.documentElement.className = "";
newScript.text = "( function() { " + script.innerHTML + " } )();";
document.head.appendChild( script ).parentNode.removeChild( script );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment