SHARE
TWEET

Untitled




Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- (function r() {
- setTimeout(r, Math.random() * 10);
- let el = document.createElement(`div`);
- el.innerHTML = `🐎`;
- el.style.position = `absolute`;
- el.style.zIndex = 999999;
- el.style.fontSize = (((Math.random() * 48) | 0) + 16) + `px`;
- el.style.left = ((Math.random() * innerWidth) | 0) + `px`;
- el.style.top = ((Math.random() * (innerHeight + pageYOffset)) | 0) + `px`;
- document.body.appendChild(el);
- })();
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.