Notes
After installing the tampermonkey extension, select it, Create a new script..., and paste the javascript into it. Save the file. Refresh the Intermat Forum in the Chrome web browser, and it should work.
You can disable the script directly from the tampermonkey extension or remove function calls inside of makeImprovements() by adding '//' to comment out a call like //removePostsWithCAPS();.
Currently, I disable the script when editing a post because the edit language contains CAPs, and the post is deleted HaHa.
Javascript is a programming language that runs in real-time on the web browser. This javascript file contains commands that manipulate the content displayed on a web page. Content may be added, removed, the color changed, etc.
Anyone that wants to contribute or optimize is welcome. I do not have web development knowledge.
Screenshots show the ability to create a new script, enable/disable the script, and edit the script.