In November, I wrote about how you can use Google to read the Wall Street Journal for free.
In a nutshell, WSJ.com has some articles where you can only read the first few paragraphs for free before being prompted to subscribe.
However, you can read these same articles for free by coming to them via Google or Google News. I’ve made a Web browser bookmarklet that speeds up the process a bit.
The normal process without the bookmarklet involves a few steps:
- Go to the article and see that it’s restricted to subscribers
- Copy the headline
- Go to Google.com
- Enter the headline (and a site:wsj.com for good measure)
- Search
- Click the resulting link
Firefox users can simplify it somewhat:
- Go to the article
- Highlight the headline
- Right-click the headline and choose “Search Google for…”
- Click the resulting link
However, when you do this, WSJ.com isn’t always the first result (I keep getting Yahoo! News results), hence the benefit of a WSJ.com-specific search.
In the spirit of being really lazy efficiency, I have made a Javascript bookmarklet that shaves a few steps off.
It’s not perfect though. Ideally, you could go to the WSJ article, click the bookmarklet and go straight to the full version.
This bookmarklet is a step removed:
- Go to the article
- Click the bookmarklet, which pulls up a WSJ.com-specific Google search for the headline
- Click the resulting link
It works by using Javascript to extract the article’s headline from its h1 tag and perform a WSJ.com-specific Google search for that headline.
This should ensure that the first search result is the article in question, although it might not be perfect.
(In fact, if the article is not yet indexed in Google, it won’t work at all. So there’s that.)
If anyone knows how to make it go that final step of essentially clicking through to the Google search result using Javascript, please let me know. I am not sure it’s possible, however; I think WSJ.com might check the HTTP referrer to see if you are coming from Google, and I don’t think you can spoof that with Javascript (though you can get Firefox add-ons that do it).
So what’s the point of all this? It was mainly a Javascript bookmarklet exercise for me, and if it does save someone a little bit of hassle by removing a few steps from the process of reading WSJ, that’s very good. It’s not stealing from the WSJ; after all, the paper’s Web site allows readers coming from Google to read for free. This just expedites the process.
Anyway, here is the bookmarklet.
Firefox users, drag the button below to your browser’s Bookmarks toolbar. Internet Explorer users, right-click it and choose “Add to Favorites.”
Then go to a Wall Street Journal article and click the button.
Questions? Comments? Leave me a comment!

Subscribe via RSS
Follow me on Twitter
Connect with me on LinkedIn
[...] You can find some good information on the topic at Matt Busse’s web site. [...]