javascript:(async()=>{ const sel=document.getElementById('selectPaymentHistoryYearMonth'); if(!sel){alert('selectPaymentHistoryYearMonth が見つかりません');return;} const urls=[...sel.options].map(o=>({label:o.text,url:o.value})); let total=0; const details=[]; const overlay=document.createElement('div'); overlay.style.cssText='position:fixed;top:10px;right:10px;z-index:99999;background:#fff;border:2px solid #333;padding:12px 16px;font:14px sans-serif;width:280px;max-height:80vh;overflow-y:auto;box-shadow:0 4px 12px rgba(0,0,0,.3);border-radius:6px;'; overlay.innerHTML='BOOKWALKER 合計計算中...
'; document.body.appendChild(overlay); const prog=document.getElementById('_bw_progress'); for(let i=0;i