For those who frequently visit Microsoft Support pages (support.microsoft.com/kb/*) and do not like intrusive automatic Russian translation, I present an
extension for Google Chrome.
Suppose you go from the search results to one of the Microsoft Support pages:

Despite the fact that the preview text is displayed in English, after clicking on the link you will see this:

To open the original English version, you must explicitly specify the language at the end of the address:
/ en-us .
I got so sick of doing it every time that I decided to write my own extension. And at the same time, learn how to do it.
')
The proposed extension automatically redirects the open Microsoft Support page if its language is not English:
support.microsoft.com/kb/192573 -> support.microsoft.com/kb/192573/
en-ussupport.microsoft.com/kb/192573/
en -> support.microsoft.com/kb/192573/
en-ussupport.microsoft.com/kb/192573/
en-us -> no redirect

A button appears in the address bar by clicking on which you can open the page that was redirected from (i.e. translated):

Comments and suggestions are welcome.