>>106488051
const body = document.getElementsByTagName('body')[0]
body.innerHTML = "卍"
body.style.margin = "0"
body.style.padding = "0.125em"
body.style.fontSize = "min(50vw, 50vh)"
body.style.lineHeight = "min(50vw, 50vh)"
body.style.color="black"
body.style.background="white"
body.style.height="fit-content"
body.style.width="fit-content"
body.style.margin="auto"
body.style.borderRadius="50%"

const html = document.getElementsByTagName('html')[0]
html.style.backgroundColor = "#9a0002"
html.style.display = "flex"
html.style.justifyContent = "center"
html.style.alignItems = "center"
html.style.height = "100vh"


Paste this into your browser's dev tool console.