pasztor.laszlo Posted November 20, 2006 Share Posted November 20, 2006 Hi! I download files from sites by the right click - save as method. It would be great if there would be and icon in front of the text of Save as, that way i could use it much more faster. How can i make it? Original: Modified: Link to comment Share on other sites More sharing options...
XerXis Posted November 20, 2006 Share Posted November 20, 2006 by hooking into your browser, calling the getmenuitem api functions whenever a right click is performed, modifying the menu item and setting it again with a call to another api function. no biggie :p! Link to comment Share on other sites More sharing options...
pasztor.laszlo Posted November 20, 2006 Author Share Posted November 20, 2006 by hooking into your browser, calling the getmenuitem api functions whenever a right click is performed, modifying the menu item and setting it again with a call to another api function. no biggie :p! :laugh: any other method? maybe with some app? or extension? Link to comment Share on other sites More sharing options...
Recommended Posts