Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
Just noticed this, the script does not work when the articles are accessed from the rss feeds. |
|
|
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 |
|
|
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. |
|
|
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? |
|
|
thanks, Adam. I've included your changes to the script. |
|
|
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/*
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 |