Description: remove tracking javascript from examples
Author: Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Last-Update: 2014-02-17
---
examples/xml/htmlinfo/trolltech_com.html | 45 -------------------------------
1 file changed, 45 deletions(-)
|
|
|
23 | 23 | content="Trolltech creates application development platforms for desktop and mobile device innovation." /> |
24 | 24 | <meta name="keywords" content="" /> |
25 | 25 | |
26 | | <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"><!-- --></script> |
27 | | <script type="text/javascript"> |
28 | | <!-- Urchin script |
29 | | _uacct = "UA-4457116-1"; |
30 | | urchinTracker(); |
31 | | --> |
32 | | </script> |
33 | | |
34 | 26 | <base href="http://trolltech.com/homepage" /> |
35 | 27 | |
36 | 28 | |
… |
… |
|
910 | 902 | </div> |
911 | 903 | |
912 | 904 | </div> |
913 | | <!-- ProspectXtractor tracker script --> |
914 | | <script type="text/javascript"><!-- |
915 | | function _pxPar() |
916 | | { |
917 | | var p=""; |
918 | | p+="&ref="+escape(top.document.referrer); |
919 | | p+="&dt="+escape(document.title); |
920 | | p+="&sr="+screen.width+"x"+screen.height; |
921 | | p+="&sd="+screen.colorDepth; |
922 | | p+="&fv="+_pxFV(); |
923 | | return p; |
924 | | } |
925 | | function _pxFV() |
926 | | { |
927 | | var f=0,n=navigator; |
928 | | if (n.plugins && n.mimeTypes.length) { |
929 | | var x=n.plugins["Shockwave Flash"]; |
930 | | if(x && x.description) { |
931 | | var y=x.description; |
932 | | f=y.charAt(y.indexOf('.')-1); |
933 | | } |
934 | | } else { |
935 | | r=false; |
936 | | for(var i=15;i>=3&&r!=true;i-=1){ |
937 | | execScript('on error resume next: r=IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.'+i+'"))','VBScript'); |
938 | | f=i; |
939 | | } |
940 | | } |
941 | | return f; |
942 | | } |
943 | | document.write('<img src="http://pxreg.onlineservicesas.com/pxreg/?id=50C9FD2F-61D5-4824-B726-50D6B1F89999'+_pxPar()+'" width="1" heigth="1" />'); |
944 | | //--> |
945 | | </script> |
946 | | <noscript> |
947 | | <div><img src="http://pxreg.onlineservicesas.com/pxreg/?id=50C9FD2F-61D5-4824-B726-50D6B1F89999" width="1" height="1" alt="" /></div> |
948 | | </noscript> |
949 | | <!-- END ProspectXtractor tracker script --> |
950 | 905 | </body> |
951 | 906 | </html> |
952 | 907 | |