CmdUtils.CreateCommand({
  name: "ll",
  icon: "http://thepiratebay.org/favicon.ico";,
  author: { name: "amau", email: "[email protected]"},
  license: "GPL",
  description: "A speed way to pirate bay",
  help: "just enter the name",
  takes: {"input": noun_arb_text},
  preview: function( pblock, input ) {
    pblock.innerHTML = "Search on The Pirate Bay for : " + input.text;

jQuery.get("http://thepiratebay.org/search/"+ input.text+"/0/9/0",
null,
function (responseText, textStatus, request)
           {
             pblock.innerHTML = responseText;
           }
         );


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"ubiquity-firefox" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/ubiquity-firefox?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to