Create a browser bookmark and paste the full javascript: line below as the URL. Use it only after you are already on a LATAM search result page. It copies visible page text and the current URL to your clipboard. Paste that result into the dashboard's Award Capture text box. javascript:(()=>{const payload={capturedAt:new Date().toISOString(),url:location.href,title:document.title,text:document.body.innerText.slice(0,25000)};navigator.clipboard.writeText(JSON.stringify(payload,null,2)).then(()=>alert("LATAM visible result text copied. Paste it into LATAM Miles Scout."),()=>prompt("Copy this LATAM capture JSON",JSON.stringify(payload,null,2)));})();