Weird Question: Install Custom Download Manager Scriptable?

Bug reports and enhancement requests
Post Reply
User avatar
Michael Tunnell
Posts: 10
Joined: Fri Nov 19, 2010 5:08 pm
Contact:

Weird Question: Install Custom Download Manager Scriptable?

Post by Michael Tunnell »

Is it possible to run a script or something to automatically install a custom download manager?

I have a custom tool that I would like to add but it is not something that would make sense as an official entry so was wondering if it would be possible to write a script and then install it without having to manually create it each time I reinstall or setup another computer?

Yes, I realize this is a weird question...sorry if this is the wrong forum but this isn't really a help topic and is possible external development.
uGet Download Manager
http://ugetdm.com
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:29.0) Gecko/20100101 Firefox/29.0
User avatar
therube
Ambassador
Posts: 7929
Joined: Thu Mar 19, 2009 4:17 pm
Location: Maryland USA

Re: Weird Question: Install Custom Download Manager Scriptab

Post by therube »

You could use a user.js file or any other method that would enter/change a pref in prefs.js.

> user_pref("flashgot.custom", "To FILE");
> user_pref("flashgot.custom.To_FILE.args", "[UFILE]");
> user_pref("flashgot.custom.To_FILE.exe", "C:\\BIN\\win32pad.exe");
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball NoScript FlashGot AdblockPlus
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0 SeaMonkey/2.26a2
User avatar
Michael Tunnell
Posts: 10
Joined: Fri Nov 19, 2010 5:08 pm
Contact:

Re: Weird Question: Install Custom Download Manager Scriptab

Post by Michael Tunnell »

thank you for the information, therube.
uGet Download Manager
http://ugetdm.com
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:29.0) Gecko/20100101 Firefox/29.0
Post Reply