Something rather annoying for me that I've been noticing quite a bit lately is that most of the forum members use British english. Now, while this might not be a problem for anyone else, it's quite annoying for me.
To solve this problem, I wrote myself a Tampermonkey script to automatically convert those pesky British spellings ("colour", "serialise", "licence") to my preferred American spellings (color, serialize, license). Since others may want to use it as well, I'm posting it here.
I understand some people may find it trivial, but my personal preference is American spelling. Sorry, Brits. The script can be found on Pastebin, and you can do whatever you want to it as long as you follow the terms of the MIT license (also embedded in the code).
I'd advise against reading the code if you're a diehard fan of British spelling, since I diss it a bit in there. Nothing too offensive, but it could trigger somebody. Just playing it safe.
Spoiler
to
And this is an important feature too:
to
Code blocks are preserved exactly, like they should be.