Rather than play with my IE or Maxthon settings, it was faster to add the option to Firefox:
- Start Firefox and open about:config
- Right-click and add a New, String
- Call the string: general.useragent.override
- Create the value: Googlebot/2.1 (+http://www.googlebot.com/bot.html)
- Done!
This is handy if your webdev team have promised that particular content is only visible to Google, or if a lazy webdev team have decided that someone who has hacked their useragent string ought to be able to see all content unrestricted... ;)
If you want more information on how user-agent parameters have evolved, as well as a great list of agent strings, head over to the beautiful Wikipedia: http://en.wikipedia.org/wiki/User_agent for more details.