Make Sites Easier to Read on Mobile Screens

I’ve just discovered that Google offers a way of stripping style sheets (and images, if you like) from any website, with the effect that you’re left with simply the text and fundamental html formatting. The advantage is that this can make reading the text of sites much easier on the small screens of various mobile devices.

The Google URL is http://www.google.com/gwt/n, which offers you an ultra simple screen:

google_small.png

I’m glad to say that Slaw works well when fed through this device. The following link will take you to Slaw with all style and images removed:

http://www.google.com/gwt/n?u=http%3A%2F%2Fwww.slaw.ca&_gwt_noimg=1

If you’re able to use Javascript on your mobile device, this bookmarklet should let you jump from any URL you’ve loaded to a stripped-down version of that page:

javascript:location.href=’http://www.google.com/gwt/n?u=’+encodeURIComponent(location.href);

[via Mac OS X Hints]

Comments are closed.