Created
March 13, 2015 10:22
-
-
Save davinmsu/3b2e8dc75ad2194288fd to your computer and use it in GitHub Desktop.
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 script = document.createElement('script'); | |
| script.src = 'http://cdn.vmet.ro/html5_bnr/test/adfox.js'; | |
| script.type = 'text/javascript'; | |
| document.getElementsByTagName('body')[0].appendChild(script); | |
| window.adfoxVars = {}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment