Created
April 13, 2017 04:23
-
-
Save kohnmd/5cd3356d68e86e0abf025e99933da661 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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