微软文档优先简体中文

Microsoft Docs 微软文档优先使用简体中文浏览

  1. // ==UserScript==
  2. // @name 微软文档优先简体中文
  3. // @namespace https://github.com/Roger-WIN/greasemonkey-user-scripts
  4. // @description Microsoft Docs 微软文档优先使用简体中文浏览
  5. // @version 1.0.6
  6. // @match *docs.microsoft.com/*
  7. // @match *support.microsoft.com/*
  8. // @match *learn.microsoft.com/*
  9. // @require https://cdn.jsdelivr.net/gh/Roger-WIN/greasemonkey-user-scripts@a44e2ee0a802fd0fbed6c461196188237294fc32/Chinese%20(Simplified)%20first/_common/language-first.js
  10. // @author 神齐 <RogerKung.WIN@outlook.com>
  11. // @license MIT
  12. // @supportURL https://github.com/Roger-WIN/greasemonkey-user-scripts/issues
  13. // @contributionURL https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=RogerKung.WIN@outlook.com&item_name=Greasy+Fork+donation
  14. // ==/UserScript==
  15.  
  16. (() => {
  17. // 目标语言
  18. const lang_target = "/zh-cn/";
  19. convertWithExclude(lang_target, ['/answers/']);
  20. })();

QingJ © 2025

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