Riddle Master Assistant Reborn

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

< Feedback on Riddle Master Assistant Reborn

Question/comment

§
Posted: 16.4.2025
Edited: 16.4.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://');
}

Post reply

Sign in to post a reply.