javascript:(function(){const T_COL='%E6%94%B6%E7%9B%98%E4%BB%B7',N_HDR='%E6%94%B6%E7%9B%98%E4%BB%B7 %E6%AD%A2%E7%9B%88%E4%BB%B7',S_ID='stop_value',T_W=240,B_T='%E7%9B%98%E5%90%8E%E9%80%89%E5%80%BA',MAX_R=50;function getRate(){const e=document.getElementById(S_ID);return(parseFloat(e?e.value||e.innerText:0)||5)/100}function%20notify(t){const%20e=document.createElement(%22div%22);e.innerText=t,e.style.cssText=%22position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:rgba(0,0,0,0.85);color:#fff;padding:16px%2032px;border-radius:10px;z-index:999999;font-size:16px;font-weight:bold;box-shadow:0%204px%2015px%20rgba(0,0,0,0.4);transition:opacity%200.5s%22,document.body.appendChild(e),setTimeout(()=%3E{e.style.opacity=%220%22,setTimeout(()=%3Ee.remove(),500)},2000)}function%20update(){const%20r=getRate(),h=Array.from(document.querySelectorAll(%22.ag-header-cell%22)),t=h.find(e=%3Ee.innerText.includes(T_COL)||e.querySelector(%22.ag-header-cell-text%22)?.innerText===N_HDR);if(!t)return;const%20i=t.getAttribute(%22col-id%22),o=parseInt(t.getAttribute(%22data-ow%22)||t.offsetWidth);if(!t.getAttribute(%22data-ow%22)&&o%3E0&&o%3CT_W)t.setAttribute(%22data-ow%22,o);const%20d=T_W-(parseInt(t.getAttribute(%22data-ow%22))||o);let%20l=parseInt(t.getAttribute(%22data-ol%22));if(isNaN(l)){l=parseInt(t.style.left)||0,t.setAttribute(%22data-ol%22,l)}const%20s=t.querySelector(%22.ag-header-cell-text%22);if(s&&s.innerText!==N_HDR)s.innerText=N_HDR;h.forEach(e=%3E{let%20t=parseInt(e.getAttribute(%22data-ol%22));if(isNaN(t)){t=parseInt(e.style.left)||0,e.setAttribute(%22data-ol%22,t)}if(t%3El)e.style.left=(t+d)+%22px%22;if(e.getAttribute(%22col-id%22)===i)e.style.width=T_W+%22px%22});document.querySelectorAll(%22.ag-row%22).forEach(row=%3E{const%20idx=parseInt(row.getAttribute(%22row-index%22));row.querySelectorAll(%22.ag-cell%22).forEach(cell=%3E{let%20col_l=parseInt(cell.getAttribute(%22data-ol%22));if(isNaN(col_l)){col_l=parseInt(cell.style.left)||0,cell.setAttribute(%22data-ol%22,col_l)}if(col_l%3El)cell.style.left=(col_l+d)+%22px%22;if(cell.getAttribute(%22col-id%22)===i){cell.style.width=T_W+%22px%22;let%20ov=cell.getAttribute(%22data-ov%22);if(!ov){ov=cell.innerText.trim().split(%22%20%22)[0],cell.setAttribute(%22data-ov%22,ov)}if(!isNaN(idx)&&idx%3CMAX_R){const%20val=parseFloat(ov.replace(/,/g,%22%22))||0;const%20res=(Math.floor(val*(1+r)*1000)/1000).toFixed(3);cell.innerHTML=%60${ov}%20%3Cspan%20style=%22color:#ff4d4f;font-weight:bold;margin-left:12px;%22%3E${res}%3C/span%3E%60}else{cell.innerText=ov}}})})}function%20bind(){const%20e=Array.from(document.querySelectorAll(%22button,a,span%22)).find(e=%3Ee.innerText.includes(B_T));if(e&&!e.getAttribute(%22data-la%22)){e.setAttribute(%22data-la%22,%221%22),e.addEventListener(%22click%22,(()=%3E{setTimeout(update,1000),setTimeout(update,2500)}))}}try{update(),bind(),notify(%22%E6%AD%A2%E7%9B%88%E4%BB%B7%E6%A0%BC%E8%84%9A%E6%9C%AC%E6%8C%82%E8%BD%BD%E6%88%90%E5%8A%9F%EF%BC%88%E5%8F%AA%E8%AE%A1%E7%AE%97%E5%89%8D50%E4%B8%AA%EF%BC%89%22);const%20gb=document.querySelector(%22.ag-root-wrapper%22);if(gb){new%20MutationObserver(()=%3E{if(window._at)clearTimeout(window._at);window._at=setTimeout(()=%3E{update();bind()},200)}).observe(gb,{childList:true,subtree:true,attributes:true,attributeFilter:[%22style%22]})}else%20setInterval(()=%3E{update();bind()},1500)}catch(e){console.error(e)}})();