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%2020px;font-family:monospace;font-size:22px;border-radius:10px;border:2px%20solid%20%2300ffcc;box-shadow:0%200%2015px%20rgba(0,255,204,0.4);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';b.style.boxShadow='0%200%2015px%20rgba(255,51,102,0.4)';tI=setInterval(()=%3E%7Blet%20e=Date.now()-sT;b.innerText=(e/1000).toFixed(1)+'%20sec';%7D,100);%7Db.onclick=()=%3E%7BclearInterval(tI);b.style='position:fixed;bottom:20px;right:20px;z-index:999999;background:%23111;color:%2300ffcc;padding:15px%2020px;font-family:monospace;font-size:22px;border-radius:10px;border:2px%20solid%20%2300ffcc;box-shadow:0%200%2015px%20rgba(0,255,204,0.4);font-weight:bold;text-align:center;min-width:140px;cursor:pointer;';b.innerText='WAIT';obs.observe(document.body,%7BchildList:true,subtree:true%7D);%7D;const%20obs=new%20MutationObserver((mutations,observer)=%3E%7Blet%20targets=document.querySelectorAll('label._labelRelative_1e4zv_11');for(let%20label%20of%20targets)%7Bif(label.textContent.includes('%25D0%2598%25D0%25BC%25D1%258F'))%7Bstart();observer.disconnect();break;%7D%7D%7D);obs.observe(document.body,%7BchildList:true,subtree:true%7D);console.log('Active');%7D)();%0A