NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @namespace https://openuserjs.org/users/m08pvv // @name MSDN RU->EN // @description Redirect from the russian version of MSDN (which is poorly translated) to the english version // @copyright 2018, m08pvv (https://openuserjs.org/users/m08pvv) // @version 2018.02.12 // @license MIT // @include https://docs.microsoft.com/ru-ru/* // @include https://msdn.microsoft.com/ru-ru/* // @grant none // ==/UserScript== // ==OpenUserJS== // @author m08pvv // ==/OpenUserJS== window.location.replace(window.location.href.replace('/ru-ru/', '/en-us/'));