∅ the empty set

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..

Ø permalink: http://www.davidroessli.com/logs/2003/07/itunesitis/


Reponses to “iTunesitis ?”

#1 by Kim GammelgÂrd

19:26 on 27 July 2003

Have a look at this page: http://www.buymusicsucks.com/

;-)

Kim

Post a comment


Short URL for this entry: http://ro.ess.li/itunesitis/


Previous: iTrip Station Finder

Next: Presque du 10 mails à l'heure


About

Hello, my name is David Roessli. I am a freelance web designer and developer based in Geneva, Switzerland.

This weblog is an nth attempt to solve my multiple online personalities and weblog/rss feeds burnout issues. (more)

Words

I have been contemplating the idea of upgrading my desktop Mac since this spring. The latest 27" iMac (Quad-Core) seemed the perfect candidate, but the release of Apple's 27" Monitor last September made me stick with the Mac Pro...

Music

I had lunch with Anne (Atelier an) today at La Maison Rouge. It was good to catch up. Among other things she told me about her 20 year old son, Vivien who's a passionate percussionist and talented drummer like...

Pictures

Check out my latest Flickr ramblings. Mostly day to day cameraphone pictures stolen here and there.


© 2000-2011 David Roessli | v4.1 | as valid xhtml and css as possible | hosted by pair Networks | RSS feeds.