Closed siffegh closed 4 years ago
Hmm, I see the problem. The link opens a download page:
https://www.softwareok.com/?Download=GetWindowText&goto=../Download/GetWindowText_x64.zip
The extension sees the .zip on the end and flips the content type from HTML to ZIP.
So I need to avoid "correcting" text/html to another content type.
I just posted version 1.7 to address this, testing on that site. If you see a similar problem elsewhere, let me know.
Thanks, looks good!
At https://www.softwareok.com/?Download=GetWindowText, click either of the two GetWindowText zip links. There's a prompt to save, but the filenames are always randomchars. zip (e.g., Op2Ygv0a.zip), and the downloaded files are marked as corrupted. Disabling the extension fixes it. Is there a built-in workaround/solution for this?