Riddle Master Assistant Reborn

ML based riddle master answering bot. Help novice to answer pony problem when encounter riddle master challenge.

< Părere la script-ul Riddle Master Assistant Reborn

Întrebare/comentariu

§
Postat în: 16-04-2025
Editat în: 16-04-2025

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://');
}

Postează un raspuns

Autentifică-te pentru a posta un răspuns.