If error while using alt.hentaiverse.org (alt.hentaiver.org use http as default rather than https), try replace http with https In line:120(var image_url=document.getElementById('riddleimage').childNodes[0].src;). such as adding scripts below right after line:120:
If error while using alt.hentaiverse.org (alt.hentaiver.org use http as default rather than https),
try replace http with https In line:120(var image_url=document.getElementById('riddleimage').childNodes[0].src;).
such as adding scripts below right after line:120:
if(window.location.href.startsWith('https://')) {
image_url = image_url.replace(/^http:\/\//, 'https://');
}