Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install
AutoPrint 3.0
automatically go to the print version of an article. works with 19 websites. nothing else is left, so it's best to open the article in a new tab. auto-checks for updates to the script weekly.
| website |
|---|
| wikipedia (all languages) |
| nytimes.com |
| washingtonpost.com |
| time.com |
| newsweek.com |
| sfgate.com |
| sfgate.com |
| nydailynews.com |
| rd.com |
| wired.com |
| businessweek.com |
| nypost.com |
| chicagotribune.com |
| tdn.com |
| newsday.com |
| pcworld.com |
| newscientist.com |
| economist.com |
| esquire.com |
| newyorker.com |
notes:
- wait for website to load completely, then it should change to the print version
- auto-update code is from http://test.jtymes.net/js/updater.html thanks mr. Tymes!
You could comment on this script if you were logged in.

login to vote
I've added support for anandtech.com article pages using the following code in the switch statement:
case /www\.anandtech\.com\/[^/]*\/showdoc\.aspx\?i=[0-9]*/.test(href): window.location.href = href.replace(/[^/]*\/showdoc/, 'printarticle'); /* Original: http://www.anandtech.com/video/showdoc.aspx?i=3404 Printable: http://www.anandtech.com/printarticle.aspx?i=3404 */ break;Please feel free to use this code.
login to vote
@bobielawlintine:
which article isn't working for you?
login to vote
@Good Too:
i'm not sure how to make it work with zdnet.com and blogs.zdnet.com
their printable view doesn't seem to have a url
login to vote
please update for this hired whore tech site:
zdnet.com
blogs.zdnet.com
:)
login to vote
Does not work for washingtonpost.com
Do you need any extra info to diagnose the issue?
I am using FF 2.0.0.10 with Greasemonkey 0.7.20080121.0 and Autoprint 2.0 on Mac OS X Leopard
login to vote
i haven't updated this script in forever, so here's a massive update.
it now works with 19 websites and checks for updates.