Skip to content

Instantly share code, notes, and snippets.

@ahmedre
ahmedre / gist:113971
Created May 19, 2009 08:07
quran ubiquity plugin
CmdUtils.CreateCommand({
name: "search-quran",
homepage: "http://whatstheplot.com",
icon: "http://alpha.quranicrealm.com/images/favicon.ico",
takes: {"query": noun_arb_text},
preview: function( pblock, query ) {
if (query.text.length < 1){
pblock.innerHTML = "will search the quran for the specified text";
return;
}