- Nov 7, 2009
- 2,830
- 1,426
Hello,
Found this code on a website, with "View Page Source" via Firefox.
Can anyone help me out with "decoding" this?
The full code is here:
It's for tracking visitors I believe, from a domain redirect.
I am very interested in knowing the kaspersky-labs code meaning.
Thank you!
Found this code on a website, with "View Page Source" via Firefox.
Can anyone help me out with "decoding" this?
Code:
<script type="text/javascript" src="http://ff.kis.v2.scr.kaspersky-labs.com/1C8B0346-2520-364F-8D5F-9E9694E98600/main.js" charset="UTF-8"></script>
The full code is here:
Code:
<html>
<head>
<title>Keyword title</title>
<meta name="Keywords" content="keywords,etc">
<meta name="Description" content="Welcome Keywords!">
<meta name="viewport" content="width=device-width, user-scalable=no">
<link href="/css/style.css" type="text/css" rel="stylesheet">
<script type="text/javascript" src="http://ff.kis.v2.scr.kaspersky-labs.com/1C8B0346-2520-364F-8D5F-9E9694E98600/main.js" charset="UTF-8"></script></head>
It's for tracking visitors I believe, from a domain redirect.
I am very interested in knowing the kaspersky-labs code meaning.
Thank you!