Skip to content

Tracked Courses

Reorder to set your learning priorities. Your list saves to this device only.

Sort
getElementById('copy-toast-wrap'); if(el) el.classList.add('hidden'); return; } toggleModal(id, false); } }); document.addEventListener('keydown',(e)=>{ if(e.key==='Escape'){ ['confirm-modal','preview-modal','auth-login-modal','auth-register-modal','cookie-modal'].forEach(id=>{ const el=document.getElementById(id); if(el && !el.classList.contains('hidden')) toggleModal(id, false); }); } }); window.addEventListener('soap:favorites:update', ()=>render()); window.addEventListener('storage', (e)=>{ if(e.key==='soap_favorites') render(); if(e.key==='soap_theme') initHeaderInteractions(); }); injectPart('header','header.html', initHeaderInteractions); injectPart('footer','footer.html', initFooterInteractions); boot();