// ==UserScript== // @name 微软URL重定向工具 // @namespace http://tampermonkey.net/ // @version 1.1 // @license MIT // @description 如果打开的连接是非中文,则自动跳转到中文版 // @author 九零 // @match https://*.microsoft.com/* // @exclude https://docs.microsoft.com/*/answers/questions/* // @grant none // @downloadURL none // ==/UserScript== (function () { 'use strict'; let url = window.location.href; var reg = new RegExp("(https://\\S*.microsoft.com)/(en-us|zh-hk|zh-tw)/", "ig"); let result = reg.exec(url); if (result == null) { return; } window.document.write("