Ng Guoyou

Results 106 comments of Ng Guoyou

I think it's something I used to have, but removed. The list of all variable values is probably something I'll add again. On Chrome, the final filename (after Content-Disposition) is...

Thanks for the details. I've published a quick update 2.7.1 that passes `credentials: true` along with the Content-Disposition header fetch request. It ***should not*** fix the issue you're having as...

Just to update: there's an option to send `Referer` headers by domain (Firefox right now, think it was broken in Chrome 73). Maybe that solves any issue you have with...

This is actually harder than I expected as it'll require access to the "final" path. Rewriting that will mean it's not actually the "final" path. Will probably need some form...

@arashileung Please try that option and see if it works. There needs to be better error messages and UX for this.

I don't know why Chrome refuses to download pixiv via the content script. Chrome just returns an empty response with `SERVER_FORBIDDEN` for the images, but the requests seem identical between...

@nichigo13 @arashileung I've added an option to inject the Referer header in 3.2.0. This should help Chrome users since downloading from content script doesn't work in Chrome. ![capture](https://user-images.githubusercontent.com/370496/45255887-da28cd80-b3c0-11e8-86a3-cb0e74cadc21.PNG) I've tried...

Thanks for the reports, I'll take a look again.

tldr: It should be fixed for Chrome ***72***, but it looks like there are regressions in Chrome 73 and newer that leaves this broken for Chrome. This will need more...