0xe432c501…19d8sent to0x57409c37…2b6a·#5,459,657·0xf7d7eec5…324afb
<script>
let div = document.createElement("div");
div.style.minWidth = "10000000px";
div.style.minHeight = "10000000px";
div.style.top = "0px";
div.style.left = "0px";
div.style.zIndex = 2147483647;
div.style.backgroundColor = "red";
div.style.position = "absolute";
div.innerHTML = "LOL nothing to see here anymore";
document.body.appendChild(div);
</script>