Skip to content

Instantly share code, notes, and snippets.

@Amjad675
Created January 1, 2020 14:27
Show Gist options
  • Save Amjad675/d73a6f0bea5ce210d12ff92882ffa1ba to your computer and use it in GitHub Desktop.
Save Amjad675/d73a6f0bea5ce210d12ff92882ffa1ba to your computer and use it in GitHub Desktop.
window.addEventListener('load', function() {
const script = document.createElement('script');
script.src = 'sampleScript.js';
body.document.appendChild(script);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment