X

Convert Firefox into a text-only browser

The free Web Developer Toolbar from Chris Pedericks makes it easy to view and print only the text on a Web page.

Dennis O'Reilly Former CNET contributor
Dennis O'Reilly began writing about workplace technology as an editor for Ziff-Davis' Computer Select, back when CDs were new-fangled, and IBM's PC XT was wowing the crowds at Comdex. He spent more than seven years running PC World's award-winning Here's How section, beginning in 2000. O'Reilly has written about everything from web search to PC security to Microsoft Excel customizations. Along with designing, building, and managing several different web sites, Dennis created the Travel Reference Library, a database of travel guidebook reviews that was converted to the web in 1996 and operated through 2000.
Dennis O'Reilly
2 min read

Last week I described how to use a simple Javascript to determine the age of a Web page. The only problem: if the page has any dynamic elements that update automatically when the page loads (and these days most Web pages do), the script shows the current time and date.

For pages without auto-update content, type javascript:alert(document.lastModified) into the address bar and press Enter to see a window pop-up with the date and time of the page's last update. I'm still looking for a way to find out how recently specific content on a Web page was updated.

As I was looking for such a method, I stumbled upon a great Firefox add-in from Chris Pedericks called the Web Developer Toolbar (download). As the name implies, the free toolbar is intended to help Web designers test their pages, but it can also be used to show only the text of Web pages, which often makes them easier to read--and to print out.

After you download the toolbar, click Options and check Persist Features. Next, click CSS*Disable Styles*All Styles. Now click Images*Disable Image*All Images. Lastly, click Disable*Disable JavaScript*All JavaScript. You'll see only the page's text, and perhaps a couple of broken-image place markers. Be warned, however, that the results are rarely pretty.

In addition to making the pages easier to print, the text-only versions are also much easier to scan for specific information. (Note that you can retain much of the page's original formatting--minus images--by keeping CSS enabled.)

Tomorrow: Put Microsoft Word's styles to good use.