Created
June 20, 2013 21:01
-
-
Save rafael/5826612 to your computer and use it in GitHub Desktop.
Install script for skyscrpr
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
| <script id="skyscrpr-config-script"> | |
| var skyscrprSettings={site_id:'17d45be8-e962-11e1-99e6-1231380fc676',}; | |
| </script> | |
| <script> | |
| (function(){ | |
| function async_load(){ | |
| var scr=document.createElement('script'); | |
| scr.type='text/javascript'; | |
| scr.async=true; | |
| scr.src='//install-skyscrpr-com.s3.amazonaws.com/skyscrpr.js'; | |
| var a=document.getElementsByTagName('script')[0]; | |
| a.parentNode.insertBefore(scr,a) | |
| } | |
| if (window.attachEvent) { | |
| window.attachEvent('onload',async_load)} | |
| else{ | |
| window.addEventListener('load',async_load,false)} | |
| })(); | |
| </script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment