eHunter icon indicating copy to clipboard operation
eHunter copied to clipboard

Does not work with Firefox 70.0.1

Open rampaa opened this issue 4 years ago • 4 comments

After upgrading to Firefox 70.0.1 (64-bit), eHunter stopped working. It gets stuck at "READING..." animation and gives the following error:

"Loading Failed Changing to "Normal" mode failed, because of poor network. You can reload this page or go back to previous page and change the mode of thumbnails to "Normal""

I am using the script version of eHunter. Wanted to give the add-on edition a try to see if it would solve the problem, but for some reason eHunter can no longer be found in Firefox Web Store. I tried ehunter_v2-1.xpi from the releases but it did not solve the problem.

rampaa avatar Nov 07 '19 09:11 rampaa

I will check it.

2019-11-07 17:11 GMT+08:00, rampaa [email protected]:

After upgrading to Firefox 70.0.1 (64-bit), eHunter stopped working. It gets stuck at "READING..." animation and gives the following error:

"Loading Failed Changing to "Normal" mode failed, because of poor network. You can reload this page or go back to previous page and change the mode of thumbnails to "Normal""

I am using the script version of eHunter. Wanted to give the add-on edition a try to see if it would solve the problem, but for some reason eHunter can no longer be found in Firefox Web Store. I tried ehunter_v2-1.xpi from the releases but it did not solve the problem.

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/hanFengSan/eHunter/issues/66

hanFengSan avatar Nov 07 '19 09:11 hanFengSan

Correction, the issue doesn't seem to be caused by Firefox version itself. It's related to containers. Here's how you can replicate the problem:

  1. Make absolutely sure you don't have any cookies etc. from e-hentai.org, forums.e-hentai.org and exhentai.org (a fresh Firefox profile would help. A cookie manager would also do the trick)
  2. Install Containerise (https://addons.mozilla.org/en-US/firefox/addon/containerise/)
  3. Add the following rules to Containerise to open aforementioned websites in a specific container: e-hentai.org , Container forums.e-hentai.org , Container exhentai.org , Container
  4. Go to e-hentai.org, click on "My Uploads" and log in. (You know, the usual drill to access Sad Panda)
  5. Log in to https://exhentai.org (make sure it's https://)
  6. Use eHunter (preferably the script version) to view any gallery. It will get stuck at the "READING..." animation.

rampaa avatar Nov 09 '19 05:11 rampaa

I am using MacOS 10.15.1 Safari 13.0.3 with tamermonkey, and I'm facing the same issue as well.

btcdtc avatar Nov 18 '19 08:11 btcdtc

This seems a failure of parsing the metadata block.

It also chokes with @match which seems not supported in some variants (e.g. GM for Pale Moon) so I'd replace all of them to @include and it works again.

FrankHB avatar Nov 27 '19 19:11 FrankHB