So there's this new game on GitHub, %%30%30. Go there, play it on Chrome (right off their README.md) but if you lose, your browser will crash. 🙂
It's due to a bug in Chrome that makes it crash when your pointer hovers some malformed links. That's the kind of bug that makes me feel good about myself that I spent some extra time on s9e\TextFormatter to make sure that URLs are properly sanitized.
Right now, an effective trolling technique in most forums and chats is to post a big image that links to http://localhost/%%30%30 and when people's mouse gets over it, it'll crash their page. Except for here, because that URL won't fly here. It gets sanitized and properly escaped, that's why this link won't crash your browser here.
That's all I had to say. It's a funny bug and it'll probably get fixed soon so I needed to brag before it is. 😛