i’m seriously considering lowercasing my entire website.
this is a preview of what that would look like. i mean i
could even use css text-transform: lowercase;
or if i’m
feeling shouty css text-transform: uppercase;
…
Wait. Can I inject javascript into this log? [yes i can, how about that](javascript:document.body.style.textTransform='uppercase’;throw ‘banana’;) [and now lower case](javascript:document.body.style.textTransform='lowercase’;throw ‘banana’;) [and now the default](javascript:document.body.style.textTransform='initial’;throw ‘banana’;)
My next blog post: “how to theme your website with 3 lines of markdown”