marklieberman

Results 61 comments of marklieberman

I also want to request this. I have relays to control the printer power, external lights, and fans. I am always extra nervous when switching lighting on/off during a print....

It is not possible to save files outside of the Downloads folder configured by Firefox. This is a deliberate decision by the Firefox developers. https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/downloads/download > __filename__ A string representing...

Related BugZilla bugs: https://bugzilla.mozilla.org/show_bug.cgi?id=1342563 It may be possible to prompt once and then re-use the absolute folder if the bug gets patched. At priority P3 it could be months or...

@msdobrescu Simply because the native Firefox manager and downloads are using internal Firefox code. They are not written as web extensions and therefore have no restrictions in what they can...

Probably the filename is too long or contains invalid characters and the call to downloads.download() is failing. There is no "download queue" interface at the moment, so there is nowhere...

Exporting links by serving a data URL containing a list of text, JSON, or CSV is quite trivial. However, if you are expecting to get a list of cURL-able links...

@kgbm3 The feature doesn't exist yet in Download Star. This issue is a feature request to add it. Also, web extensions don't work in PDF.js because its considered a privileged...

1. There's a show only checked button; I'm not seeing the difference given it only shows stuff picked up by the filters when its first shown. 2. Sure, it can...

I won't be able to support this until https://bugzilla.mozilla.org/show_bug.cgi?id=1245652 is implemented.

@MichelePezza That just parses the header to get the filename. Web extensions doesn't even give me the header.