Skip to content

Instantly share code, notes, and snippets.

@dctanner
Created September 30, 2009 20:16
Show Gist options
  • Save dctanner/198399 to your computer and use it in GitHub Desktop.
Save dctanner/198399 to your computer and use it in GitHub Desktop.
The ft.com restricts users to only 3 articles a day, but if you come from Google they let you read the whole article. This bookmarklet does a google search for the ft.com article you're currently on so you can click the google link and read it!
javascript:location="http://www.google.com/search?q="+encodeURIComponent("site:ft.com \""+document.body.getElementsByTagName("h2")[2].innerHTML+"\"")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment