K-Meleon
KMeleonWiki > Resources > MacroLibrary > MacroLibrary2 > Century Dictionary Search
Submitted by: Andres
$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)