javascript:(function(){fetch('https://api.clickihood.com/api/state',{credentials:'include'}).then(r=>r.json()).then(d=>{const t=JSON.stringify(d);navigator.clipboard.writeText(t).then(()=>alert('Copied. Paste it into the calculator.')).catch(()=>prompt('Copy this:',t))}).catch(e=>alert('Failed: '+e.message))})();