K-Meleon
KMeleonWiki > Resources > MacroLibrary > Century Dictionary Search
Submitted by: Andres - http://www.bahamapress.org/andres/kmeleon/
$century = "http://216.156.253.178/cgi-bin/nph-chw?type=dict1&query=";
century {
menu = "Century Dictionary"
$word = prompt("Enter Search Query:", "Search the Century Dictionary");
$word == "" ? "" : open( $century . $word );
}
macros(century)