On Mon, 7 Mar 2011, J Cruit wrote:

> You all have probably seen the news and the site:
>
> http://ie6countdown.com/
>
> So I've changed all my browsers to identify as ie6 just to mess with 
> them... now I just need to start a movement to get others to do the 
> same, at least for a little while.  Or at the very least start scripting 
> some mass browsing (wget --user-agent=MSIE6.0; Windows 2000)


crontab:

* * * * * /usr/bin/wget -q -O- --user-agent=MSIE6.0 http://www.microsoft.com/ &> /dev/null

But maybe that would be considered abuse.

Mike