Skip to content

Instantly share code, notes, and snippets.

@KirinDave
Created August 29, 2008 20:31
Show Gist options
  • Save KirinDave/8053 to your computer and use it in GitHub Desktop.
Save KirinDave/8053 to your computer and use it in GitHub Desktop.
makeSearchCommand({
name: "Powerset",
url: "http://www.powerset.com/explore/go/{QUERY}",
icon: "http://www.powerset.com/favicon.ico",
description: "Searches Powerset for your words.",
preview: function(p, txt) {
p.innerHTML = "Searches powerset for: <i>" + txt.text + "</i>"
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment