Skip to content

Instantly share code, notes, and snippets.

@visormatt
Last active May 11, 2017 21:37
Show Gist options
  • Save visormatt/343133c4c794ba00ade81233ebeba00f to your computer and use it in GitHub Desktop.
Save visormatt/343133c4c794ba00ade81233ebeba00f to your computer and use it in GitHub Desktop.
(function() {
console.log('External script has loaded');
document.getElementById('content').innerText = 'Triggered by external script';
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment