K-Meleon
KMeleonWiki > MacroLibrary > MacroTemplate
Click Here. Then Copy & Paste the contents below this line into your page as a guide.
Submitted by: Johnny Sim-Bravenboer
Notes:
This macro will allow you to use Download Express from the right-click menu and toolbar.
# Download Express plugins
de{
exec("c:\\Program Files\\Download Express\\projectslist.exe");
}
# Send link to Download Express
save_as_with_de{
menu = "Download with Download Express";
exec("c:\\program files\\Download Express\\dep.exe /PAUSEDURL=".$LinkURL);
}
# Send Selected Text to Download Express
save_selected_with_de{
menu = "Download with Download Express";
&Selected;
exec("c:\\program files\\Download Express\\dep.exe /PAUSEDURL=".$add);
}
Link{
macros(save_as_with_de)}
macros(save_selected_with_de)}
Download Express{
%ifplugin macros|de
macros(de)
Download Express Project List
projectslist.bmp0?
projectslist.bmp1?
projectslist.bmp1?
}
You can get Download Express here:
http://www.metaproducts.com/mp/mpProducts_Detail.asp?id=18
Note that the path to Download Express may vary, depending on where you have installed Download Express ;-)
In addition you will need a projectlist.bmp file with 2 toolbar icons if you wish to have the Projectlist button on your toolbar. If not, please ignore the adjustments in the toolbars.cfg file.