Washingtonpost.com Print

By tagtraumer Last update May 3, 2007 — Installed 574 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 7 posts, 5 voices



Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
bobielawlintine Scriptwright

Just noticed this, the script does not work when the articles are accessed from the rss feeds.

 
bobielawlintine Scriptwright

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

 
Webb Scriptwright

Got it. The Non-tracking Google news links script seems to have cleared it up. It didn't happen with all links, either, only about 1/3 of them.

 
Webb Scriptwright

I don't usually Washingtonpost.com but I read a lot of its stories linked from Drudge Report and Google news.

I added drudgereport.com to the include list and it works fine there but Google uses strange redirects like this http://news.google.com/news/url?sa=t&ct=us/0-1-...

and I have to click the Print Friendly Page. Is there any way to get this working from Google news?

 
tagtraumer Script's Author

thanks, Adam. I've included your changes to the script.

 
a Scriptwright

nice script, I thought I'd have to make this myself. It doesn't work on mywashingtonpost.com so i added // @include http://*mywashingtonpost.com/*
and it doesn't work on content classified as blogs, so I replaced the if statement with

if ( 	
			(element.href.indexOf("/article/") != -1) 
			|| (
				(element.href.indexOf("/content/blog/") != -1)  
				&& (element.href.indexOf("/content/blog/") !=-1) 
			    )
		    ) {

Didn't want to post your work as my own, and couldn't find any contact info, hopefully you see this and add it in. Thanks

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel