hanFengSan / eHunter

For the best reading experience
MIT License
874 stars 51 forks source link

Does not work with Firefox 70.0.1 #66

Open rampaa opened 4 years ago

rampaa commented 4 years ago

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.

hanFengSan commented 4 years ago

I will check it.

2019-11-07 17:11 GMT+08:00, rampaa notifications@github.com:

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

rampaa commented 4 years ago

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.

btcdtc commented 4 years ago

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

FrankHB commented 4 years ago

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.