-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Download speed is down to 0KB/s but the file is already done on Chrome #171
Labels
Comments
This bug should be fixed in Tampermonkey BETA v4.12.6124 and ViolentMonkey v2.12.8. |
Tampermonkey has released v4.12 to stable channel, this issue should be fixed for most users soon. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not sure why this happens, but it may be a bug of Tampermonkey?
From the background page of Tampermonkey, it's sure that
003.png
,017.png
and020.png
is done (the timeline detail doesn't say the request is not finished). However theonload
callback ofGM_xmlhttpRequest
is never called, I added some breakpoints anddebugger
statement, but none of them are called.At this time, I only found https://exhentai.org/g/1713713/ccbaeb3112/ can reproduce the bug, it'll break on these 3 images. When I try downloading another gallery, the debugger is called.
Relaunch Tampermonkey and open a new tab cannot fix the bug.
The bug can be reproduced with Tampermonkey 4.10 and Tampermonkey BETA 4.11.6118 on Chrome.
ViolentMonkey v2.12.7 on Chrome, and Tampermonkey 4.11.6117 on Firefox are fine, both of them can download the file and not stuck at 0KB/s.Maybe an upstream bug of Tampermonkey or Chrome?
The text was updated successfully, but these errors were encountered: