Skip to content

Instantly share code, notes, and snippets.

@clvrobj
Last active July 24, 2018 17:45
Show Gist options
  • Save clvrobj/39cd663d5103ddd1c5bbb6cf8d69e3ff to your computer and use it in GitHub Desktop.
Save clvrobj/39cd663d5103ddd1c5bbb6cf8d69e3ff to your computer and use it in GitHub Desktop.
ggifr.js
var a = document.createElement("IFRAME".toString());
a.src = "https://www.smaato.com/unknown";
a.width = "0";
a.height = "0";
document.body.appendChild(a);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment