Latest from lemonad
- Deployment of Django applications using Fabric
- Försöker starta en ny mem
- SSWC — Sweden Social Web Camp
- Another backpacking trip in the north of Sweden
- Ubiquity search for Bloggy.se
- Search words in Wordnik from Ubiquity
- Ubiquity code for Jaiku search through Jaikungfu
- Going backpacking in the north of Sweden
- Jaikungfu: A firefox extension for Jaiku
- Jaiku Autolinking (Greasemonkey script)
- More context for Jaiku comments (Greasemonkey script)
- Twitter Book Cover
- Back from the annual spring mountain biking road trip
- Gone fishing
- tags in 2007, for the benefit of the long tail?
- viacom vs. we the people
- links for 2007-03-14
- Twitter Feeds support http if-modified-since
- Movable Type 3, MySQL and UTF-8
Ubiquity code for Jaiku search through Jaikungfu
Sunday, August 31, 2008For 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.
Related articles
feedraider "We Eat Internets" v2.0 a LAMP production by Jussi Vaihia
© 2006-2009 |
about |
blog |
help