Ng Guoyou

Results 106 comments of Ng Guoyou

It will take work to add mimetype support since it's only available after starting downloads. Firefox also doesn't seem to populate the mime field in the download item right now,...

As a naive workaround this a rule like this can work. This doesn't account for the file mimetype, so it can sometimes get it wrong. Someone better at regex can...

Note to self: Mimetype detection might be possible using `Blob.type` https://developer.mozilla.org/en-US/docs/Web/API/Blob/type This will only be available when downloading through the content script.

Unfortunately, this doesn't seem like it's something I can fix on my side. It seems fixed in nightly, so we can wait for the next version to land. As a...

Alternatively, you can open the options page in a new tab ![popout](https://user-images.githubusercontent.com/370496/71313356-af0da480-2472-11ea-8aa0-1d1a5f1f5bb6.PNG)

Browsers (=Chrome/Firefox) only allow downloads via the web extension API into the default downloads directory. If you want to save it outside, you will need a symlink inside the default...

Thanks for the request. I think Chrome might already work with download attributes, but I haven't tested it. This might be possible with a content script, but I don't have...

Thanks for the through report. The time spent must have been quite frustrating. I'll see if I can add some validation to settings, since this can happen with imported settings...

Yeah, that's right. "prompt" is unsupported in Firefox. https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/downloads/FilenameConflictAction