ga

Javascript code posted
created at 19 Jan 06:45

Edit | Back
1
2
3
4
5
6
7
8
9
    var _id = YOUR_APP_ID;
    (function(){
        var hs = document.createElement('script');
        hs.type = 'text/javascript';
        hs.async = true;
        hs.src = ('https:'===document.location.protocol?'https:':'http:') + '//localhost:5000/ga.js';
        var s = document.getElementsByTagName('script')[0];
        s.parentNode.insertBefore(hs, s);
    })();
378 Bytes in 2 ms with coderay