Skip to content

Instantly share code, notes, and snippets.

@saneef
Created May 7, 2009 01:40
Show Gist options
  • Save saneef/107871 to your computer and use it in GitHub Desktop.
Save saneef/107871 to your computer and use it in GitHub Desktop.
Ubiquity Command - Search Google for Real Time results!
//Ubiquity Command for "google-rt", searches google for results in Realtime.
//Thanks Amit Agarwal (http://labnol.org) for the tip
//For more info on the realtime search url: http://www.labnol.org/internet/google-for-real-time-web-search/8449/
makeSearchCommand({
name: "google-rt",
homepage: "http://saneef.pixelring.net/",
author: { name: "Saneef H Ansari", email: "saneef@gmail.com"},
url: "http://www.google.com/search?as_qdr=d&q={QUERY}",
icon: "http://www.google.com/favicon.ico",
description: "Search the Web in Real-Time with Google"
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment