Last active
September 15, 2017 09:16
-
-
Save ruffle1986/68eb8ce8ab44c818c8fbf4b5356b6a27 to your computer and use it in GitHub Desktop.
Magic script to test the loader on the research site
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
function magic() { | |
var script = document.createElement('script'); | |
script.src = 'http://127.0.0.1:8080/loader.js'; | |
document.body.appendChild(script); | |
} | |
magic(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment