To view parent comment, click here.
To read all comments associated with this story, please click here.
No need to bet, its confirmed. The page calls a Javasript file which basically writes to the page and includes the following javascript.
document.write ('var detect = navigator.userAgent.toLowerCase();n');
document.write ('var OS,browser,total,thestring;n');
and
document.write ('if (!OS)n');
document.write ('{n');
document.write (' if (checkIt(');
document.write ("'");
document.write ('linux');
document.write ("'");
document.write (')) OS = "Linux";n');
document.write (' else if (checkIt(');
document.write ("'");
document.write ('x11');
document.write ("'");
document.write (')) OS = "Unix";n');
document.write (' else if (checkIt(');
document.write ("'");
document.write ('mac');
document.write ("'");
document.write (')) OS = "Mac";n');
document.write (' else if ((checkIt(');






Member since:
How about they do a user agent check and change the text to match the user agent of your browser os. I bet it you changed your user agent to be a different os it would show that name.