Skip to content

Instantly share code, notes, and snippets.

@bootswithdefer
Created December 9, 2021 19:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bootswithdefer/9e8bf91fdc3038e14a7d99ff736182df to your computer and use it in GitHub Desktop.
Save bootswithdefer/9e8bf91fdc3038e14a7d99ff736182df to your computer and use it in GitHub Desktop.
rum.js
var script = document.createElement('script');
script.src = "https://media.geeksforgeeks.org/wp-content/uploads/20190704153043/main.js";
document.head.appendChild(script)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment