NY Times articles
I recently found out that you can read an NYT article all on one page, by adding ?pagewanted=all to the end of the url. This bookmarklet also does the trick.
javascript:if%20(location.href.indexOf('?')>0){location.href+="&pagewanted=all"}else{location.href+="?pagewanted=all"};
javascript:if%20(location.href.indexOf('?')>0){location.href+="&pagewanted=all"}else{location.href+="?pagewanted=all"};
0 Comments:
Post a Comment
<< Home