Whilst looking at the Condenser codebase on Github (which is the UI for Steemit.com) I noticed something interesting in the main file that instantiates the app, a Konami like code which enables a debug mode that gives you detail about requests being made.
Whilst anywhere on the Steemit site, in Chrome or Firefox, enable Developer Tools (F12 on Windows). And then click on the page anywhere so Steemit has focus and then type xyzzy you should then see in the console a message that says The cupie doll is yours.
The coolness factor wears off when you realise it breaks Steemit completely, it appears there might be something additional you need to do or the code is so old it's broken. Still, I love easter eggs in web apps like this and things you don't really know about.
What else is there possibly lurking in the Steemit codebase?