Skip to content

Instantly share code, notes, and snippets.

@Realetive
Last active May 9, 2020 13:21
Show Gist options
  • Save Realetive/110654abce44f8fb7ac8e18440ff05de to your computer and use it in GitHub Desktop.
Save Realetive/110654abce44f8fb7ac8e18440ff05de to your computer and use it in GitHub Desktop.
console.log('iframeLoader.js');
var thisScript = document.getElementById('artdocWidget');
var parent = thisScript.parentElement;
parent.insertBefore(iframe, thisScript.nextSibling);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment