Windwos IT Pro Force English

Redirects to english version of MSDN, TechNet, Microsoft Support, etc.

// ==UserScript==
// @name        Windwos IT Pro Force English
// @include     /^https?://(docs|msdn|technet|support|developer)\.microsoft\.com/[a-z]{2}-[a-z]{2}//
// @include     /^https?://support.office.com/[a-z]{2}-[a-z]{2}//
// @run-at      document-start
// @icon        https://www.microsoft.com/favicon.ico
// @grant       none
// @version     2.0
// @description Redirects to english version of MSDN, TechNet, Microsoft Support, etc.
// @author      RoundRobin
// @namespace https://gf.qytechs.cn/users/97514
// ==/UserScript==

if (!window.location.pathname.startsWith('/en-us')
    && window.location.search.indexOf("language=force") == -1) {
  window.location.pathname = window.location.pathname.replace(/\/(\w{2}-\w{2})\//, "/en-us/");
}

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址