Last active
July 24, 2018 17:45
-
-
Save clvrobj/39cd663d5103ddd1c5bbb6cf8d69e3ff to your computer and use it in GitHub Desktop.
ggifr.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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