translate All Microsoft to chinese

翻译微软文档

// ==UserScript==
// @name         translate All Microsoft to chinese
// @namespace    jcl
// @version      1.0
// @description  翻译微软文档
// @author       Dyw
// @match        *://*.microsoft.com/en-us/*
// @grant        none
// ==/UserScript==

location.href=location.href.replace("en-us","zh-cn")