Hey China web surfers! Remember back in the day when you could use the Google cache to get at web pages that may have been taken down, or to view the HTML versions of PDF files and Microsoft Word documents? And then, the authorities at the Great Fire Wall decided to block Google's cache service because it was being used to access blocked material? Well, thanks to a link I found in Isaac Mao's del.icio.us links, I think I've found a way to get this functionality back. The very cool Harvard-Toronto-Cambridge OpenNet Initiative has published a bulletin revealing their finding that the Great Fire Wall blocks the Google cache by killing connections that request any URL containing the following string: search?q=cache Knowing this, and knowing a little bit about the way URLs work, it should be easy to formulate a URL that requests a page from the Google cache without using the aforementioned string. The way I did this was to replace one of the characters in the string with its hex equivalent preceded by a percent sign. For example, q has the hex value of 71, so that q=cache can be replaced by %71=cache. For example, I take the address of the cached copy of Google's own homepage: http://64.233.167.104/search?q=cache:zhool8dxBV4J:www.google.com/+google and change it to: http://64.233.167.104/search?%71=cache:zhool8dxBV4J:www.google.com/+google Readers in China, try it out: Google cache of the Google homepage.