Crunchyroll HTML5 Manga Viewer

Replaces Flash manga viewer with an HTML5 setup

< Spätná väzba na Crunchyroll HTML5 Manga Viewer

Hodnotenie: Zlé - skript nefunguje

My1
§
Pridaný: 17.10.2018
Upravený: 18.10.2018

HTTPS

honestly I didn't expect CR to switch to HTTPS but they did, so the script needs a few little changes, because it adds a mixed content block.

1) every http:// needs to be replaced by https:// 2) the config url is apparently still set as HTTP and therefore will trigger warnings, which means we need to do a little trick here. to be precise, we just need to add one simple string-replace.

function getAdsConfig(configURL) { ----> configURL = configURL.replace("http:", "https:"); <---- ...

DoomTayAutor
§
Pridaný: 02.11.2018

Done. Thanks for investigating the issue

Pridať odpoveď

Aby ste mohli pridať odpoveď, prihláste sa.