iTunesitis ? 

BuyMusic.com now blocks Macs completely. If you try to visit the site with any Mac web browser, including IE, you get the following message:

&quote; In order to take full advantage of BuyMusic.com's offerings you must be on a Windows Operating System using Internet Explorer version 5.0 or higher. &quote;

You actually get to see the home page, but a javascript bumps you off based on your user agent string.

<script language="Javascript">
<!--
var mac = navigator.appVersion.indexOf("Mac")>-1
var opera = navigator.userAgent.indexOf("Opera")>-1
//IE5+ required, netscape, macs, and opera are not supported
if (navigator.appName == "Netscape" || mac || opera) {
musicLink = false
window.location.href="/ierequired.htm";
} else {
//find out if its ie, then version 5+
var tmpIEVerInfo = navigator.userAgent.indexOf("MSIE ") + 5;
if(tmpIEVerInfo != -1)
{
if(parseInt(navigator.userAgent.substring(tmpIEVerInfo, tmpIEVerInfo+1)) < 5)
window.location.href="/ierequired.htm";
}
else
{
window.location.href="/ierequired.htm";
}
musicLink = true
}
//-->
</script>

Use cmd-. to stop the page loading, and you can view the page's source code..

Posted a response ? — Webmention it

This site uses webmentions. If you've posted a response and need to manually notify me, you can enter the URL of your response below.

Comments and responses

  • 27 Jul 2003

    Kim GammelgÂrd:

    Have a look at this page: http://www.buymusicsucks.com/
    ;-)
    Kim

Want more ? — prev/next entries