Skip to content

Instantly share code, notes, and snippets.

@homerquan
Created November 13, 2015 15:55
Show Gist options
  • Save homerquan/1a27bb6c4c9c815aec54 to your computer and use it in GitHub Desktop.
Save homerquan/1a27bb6c4c9c815aec54 to your computer and use it in GitHub Desktop.
// DO NOT MODIFY EXISITING DOM
var elem = document.createElement('link'); elem.rel = 'import';
elem.href = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'localhost:5000/elements/reflen-widget/reflen-widget.html';
elem.crossorigin = 'anonymous';
document.getElementsByTagName('head')[0].appendChild(elem);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment