Skip to content

Instantly share code, notes, and snippets.

@kohnmd
Created April 13, 2017 04:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kohnmd/5cd3356d68e86e0abf025e99933da661 to your computer and use it in GitHub Desktop.
Save kohnmd/5cd3356d68e86e0abf025e99933da661 to your computer and use it in GitHub Desktop.
var currentScript = document.scripts[document.scripts.length - 1];
var container = document.createElement("div");
container.appendChild(document.createTextNode("CREATIVE"));
currentScript.parentNode.insertBefore(container, currentScript);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment