Skip to content

Instantly share code, notes, and snippets.

@rudiedirkx
Created November 12, 2013 20:59
Show Gist options
  • Save rudiedirkx/7438589 to your computer and use it in GitHub Desktop.
Save rudiedirkx/7438589 to your computer and use it in GitHub Desktop.
// Mine mine mine
(function() {
// Create iframe
var iframe = document.createElement('iframe');
document.currentScript.parentNode.appendChild(iframe);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment