Ng Guoyou

Results 106 comments of Ng Guoyou

Took a quick look. I'm passing in the correct filename (with extension) to Chrome's web extension APIs, so it's probably not a quick fix.

Is this in Firefox? I think Chrome might behave better with this, but I have not confirmed it.

Thanks! I was aware of it, but hadn't thought of using theirs. There are considerations for platform differences (not so much Chrome compatibility as it's sanitized before hitting the extension),...

I've added an option to do this in v3.4.0, under` Behaviour > Prefer links for pages` and `Behaviour > Prefer links for pages > URL filters`. It checks against a...

I cannot reproduce this on a random site I found online. Shift+Right-click worked for me. `SERVER_FAILED` probably indicates that the downloading failed. FF has poorer support for changing download names,...

The extension has a "Click to save" option. By default it's Alt-click, and saves to the default or last saved directory.

I quickly looked into this. Foobar's download link is dynamic, and Firefox can't handle those until we get `downloads.onDeterminingFilename`. See #70 ```html window.location.href = "https://www.foobar2000.org/files/bfe55a5a00caaafe62c2aa8ac1875a43/foobar2000_v1.5.exe" ```

Unfortunately, this is not supported now. Even though it's technically possible, it won't be supported anytime soon either as there's a bunch of cleanup I need to do before this...

I think it's not possible to do this with the web extensions API (if I'm understanding you correctly). The best workaround I can think of is using `tree -d share/`...

This would be really nice. For Firefox, it's blocked by https://bugzilla.mozilla.org/show_bug.cgi?id=1320462 From that page it seems like Chrome has an undocumented feature for it. Think I'll wait for Firefox to...