Last Update at 2024-12-26 23:09:19GMT
...
const div=document.createElement('div');div.style.position='fixed';div.style.top='0';div.style.left='0';div.style.width='100%';div.style.height='100%';div.style.backgroundColor='white';div.style.zIndex='9999';document.body.appendChild(div);fe...