Microsoft Docs 重定向

将英文网页重定向到中文网页

Pada tanggal 27 Juni 2019. Lihat %(latest_version_link).

// ==UserScript==
// @name         Microsoft Docs 重定向
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  将英文网页重定向到中文网页
// @author       greasyblade
// @include      https://docs.microsoft.com/en-us/*
// @grant        none
// ==/UserScript==

document.location.href = document.location.href.replace('en-us', 'zh-cn');
长期地址
遇到问题?请前往 GitHub 提 Issues。