anka-213 / webcomic_reader

Webcomic Reader userscript at
https://openuserjs.org/scripts/anka-213/Webcomic_Reader
MIT License
120 stars 27 forks source link

Bato.to #6

Closed ahegaofish closed 8 years ago

ahegaofish commented 8 years ago

I see you did get it working. Although it won't load any images... It does re-size and wrap around the irritable reader they use. It could be that it's Chrome.

v5yn8hs

anka-213 commented 8 years ago

Strange. I am using chrome (with Tampermonkey) too, so that shouldn't be the problem. Can you post the output from the console (press F12 to open it)?

anka-213 commented 8 years ago

I tried it again with a fresh install in a new profile, and it still works for me. Please try that as well, to see if there is some problem with custom settings or a conflict with another plugin.

ahegaofish commented 8 years ago

I erased tampermonkey beta and added the script to stable. It still doesn't work. I even need to add " // @include */bato.to/reader* " for it to enable on the page.

ahegaofish commented 8 years ago

ahhhhhh... It works fine on http but I load the page in https... is there any way to get the pages to load properly in https? On top of chrome asking for privacy, I have the https everywhere extension.

anka-213 commented 8 years ago

Aha, I didn't notice that the https in your screenshot. It is a "Mixed Content" issue. The Batoto links to the http version of the page, which the script then tries to load in the background. But that is forbidden from a https page.

anka-213 commented 8 years ago

(Feel free to reopen this if there are still issues)