Загрузка данных


javascript:(function()%7Blet%20b=document.getElementById('t-box');if(!b)%7Bb=document.createElement('div');b.id='t-box';b.style='position%3Afixed;bottom%3A20px;right%3A20px;z-index%3A999999;background%3A%23111;color:%2300ffcc;padding:15px;font-family:monospace;font-size:22px;border-radius:10px;border:2px%20solid%20%2300ffcc;font-weight:bold;text-align:center;min-width:140px;cursor:pointer;';b.innerText='WAIT';document.body.appendChild(b);%7Dlet%20tI=null,sT=null;function%20start()%7Bif(tI)clearInterval(tI);sT=Date.now();b.style.borderColor='%23ff3366';b.style.color='%23ff3366';tI=setInterval(()=%3E%7Blet%20e=Date.now()-sT;b.innerText=(e/1000).toFixed(1)+'%20sec';%7D,100);%7Db.onclick=()=%3E%7BclearInterval(tI);b.style.borderColor='%2300ffcc';b.style.color='%2300ffcc';b.innerText='WAIT';obs.observe(document.body,%7BchildList:true,subtree:true%7D);%7D;const%20targetText=String.fromCharCode(1048,1084,1103);const%20obs=new%20MutationObserver(()=%3E%7Blet%20targets=document.querySelectorAll('label._labelRelative_1e4zv_11');for(let%20label%20of%20targets)%7Bif(label.textContent.includes(targetText))%7Bstart();obs.disconnect();break;%7D%7D%7D);obs.observe(document.body,%7BchildList:true,subtree:true%7D);%7D)();%0A