Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install

Google Reader Print Button v2.0

V2.0 Add two print buttons to Google Reader

Add print buttons to Google Reader at the bottom bar (with Previous/Next Item).

The first button prints the content of the selected item. If no item is selected, an error box is shown.

The second button prints all items displayed.

[ 2008-05-05 - Updated according Stephen Cronin's hack. The choice between a single item's print and the print of all the items is reported on two buttons instead of one ]






Aug 28, 2008
Jack Braidwood User

Want to get a title for the "Print All" page? Just add the following immediately after docprint.document.write('<head>');</head>:

docprint.document.write('<title>');
docprint.document.write(document.getElementById('chrome-stream-title').firstChild.text);
docprint.document.write('</title>');

 
Apr 14, 2008
KevinEldon User

Awesome... just plain awesome. Thanks.

 
Nov 9, 2007
Stephen Cronin User

I've created a simple hack to this script to allow you to print as many full text items (in the Expanded View) as you like.

Full details of the problem and the hack can be found here

You could comment on this script if you were logged in.