Skip to content

Instantly share code, notes, and snippets.

@gattu
Created July 9, 2009 12:09
Show Gist options
  • Save gattu/143604 to your computer and use it in GitHub Desktop.
Save gattu/143604 to your computer and use it in GitHub Desktop.
CmdUtils.CreateCommand({
names: ["fb-friend", "facebook-friend"],
arguments: [{ role: "object", nountype: noun_arb_text, label: "your friend"}],
execute: function(arguments) {
Utils.openUrlInBrowser('http://www.facebook.com/srch.php?nm='+arguments.object.text);
},
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment