Skip to content

Instantly share code, notes, and snippets.

@ruffle1986
Last active September 15, 2017 09:16
Show Gist options
  • Save ruffle1986/68eb8ce8ab44c818c8fbf4b5356b6a27 to your computer and use it in GitHub Desktop.
Save ruffle1986/68eb8ce8ab44c818c8fbf4b5356b6a27 to your computer and use it in GitHub Desktop.
Magic script to test the loader on the research site
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