Extensions
: K-Meleon Forum
All about K-Meleon extensions.
Goto:
Forum List
•
Message List
•
Search
•
Log In
Your Name:
Subject:
Help information
BBcode help
Smileys help
[quote=desga2] Revision of Oget macro code, but I don't know if this fixed some of the "unknown" problems: [code] # Top of kmm file ------------------------------------------------- # K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage) # ---------- Oget (Download with external download manager) ------- # # Needed files : flashgot.exe, oget.exe # flashgot.exe: https://addons.mozilla.org/en-US/firefox/addon/220 # oget.exe: http://lexi.ucoz.ru/oget_only.zip # ----------------------------------------------------------------- # Example : # $_Oget_CommandLine="\"C:\\Program Files\\K-Meleon\\Oget\\Oget.exe\" %1"; # ----------------------------------------------------------------- $_tool_path=getfolder(RootFolder)."\\Tools"; $_Oget_CommandLine="\"".$_tool_path."\\oget\\oGet.exe\" %1"; # ---------- General ---------------------------------------------- Oget_Path{ $ext="kmm"; &getExtensionHandler; exec(sub("%1","macros\\Download_manager.kmm",$cmdline)); } # ----- MACROS ----------------------------------------------------- Oget{ menugrayed=($_Oget_CommandLine==""); exec(sub("%1",$LinkURL ? $LinkURL." ".$URL." ".$SelectedText : $ImageURL,$_Oget_CommandLine)); } OgetSelection{ menugrayed=($_Oget_CommandLine==""); id(ID_EDIT_COPY); exec(sub("%1","CLIPBOARD ".$URL." DOWNLOAD ALL",$_Oget_CommandLine)); } SelectDM{ menugrayed=($_Oget_CommandLine==""); exec(sub("%1","",$_Oget_CommandLine)); } # ----- PRIVATE ---------------------------------------------------- _Oget_BuildMenu{ setmenu(Misc,macro,"Download managers",SelectDM,ID_SELECT_DM); # context menus setmenu(LinkSave,macro,"Download link with &Oget",Oget,ID_SAVE_LINK_AS); setmenu(ImageSave,macro,"Download image with &Oget",Oget,ID_SAVE_IMAGE_AS); setmenu(SelectedText,macro,"Download selection with &Oget",OgetSelection,ID_SELECT_URL); # accel setaccel("SHIFT ALT W","macros(Oget_Path)"); } # $OnInit=$OnInit."_Oget_BuildMenu;"; # ------------------------------------------------------------------ $macroModules=$macroModules."Oget;"; # End of kmm file -------------------------------------------------- [/code][/quote]
[Please Enable JavaScript]
K-Meleon forum is powered by
Phorum
.
Home/News
Screenshots
Download
Documentation
Resources
Get Involved
Forum
Bugs
Development