Sign up Login
home | you | technology | web 2.0 | podcasts | entertainment | photos | comics | videos
 
Latest from lemonad
 

Ubiquity code for Jaiku search through Jaikungfu

Sunday, August 31, 2008

For the Jaiku users who have installed Ubiquity from Mozilla Labs, here’s a user script that enables you to search Jaiku through Jaikungfu (please let me know if you have a suggestion for something shorter and easier to type!)


makeSearchCommand({
name: "jaikungfu",
url: "http://jaiku.lemonad.org/search?q={QUERY}",
icon: "http://jaiku.lemonad.org/favicon.ico",
description: "Jaikungfu search Jaiku.",
preview: function(pBlock, directObj) {
if (directObj.text)
pBlock.innerHtml = "Searches Jaiku for " + directObj.text + "(jaikungfu)";
else
pBlock.innerHTML = "Searches Jaiku for the given words (jaikungfu)";
}
});

Thanks to Håkan Kjellerstrand for teaching me the basics!

...
Original article from http://jonasnockert.com/2008/08/ubiquity-code-for-jaiku-search/
Login to read full articles and enjoy our free features for members.
« Going backpacking in the north of Sweden
Search words in Wordnik from Ubiquity »
 

Related articles