您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Wikipedia 维基百科(中文)优先使用简体中文浏览
// ==UserScript== // @name 中文维基百科优先简体中文 // @namespace https://github.com/Roger-WIN/greasemonkey-user-scripts // @description Wikipedia 维基百科(中文)优先使用简体中文浏览 // @version 1.3.2 // @match *zh.wikipedia.org/* // @match *zh.m.wikipedia.org/* // @require https://cdn.jsdelivr.net/gh/Roger-WIN/greasemonkey-user-scripts@bf3bbd28ab2ecfc677a3836ddc8a9c7943dca2d1/Chinese%20(Simplified)%20first/_common/language-first.js // @author 神齐 <[email protected]> // @license MIT // @supportURL https://github.com/Roger-WIN/greasemonkey-user-scripts/issues // @contributionURL https://www.paypal.com/cgi-bin/webscr?cmd=_donations&[email protected]&item_name=Greasy+Fork+donation // ==/UserScript== (() => { // 目标语言 const lang_target = "/zh-cn/"; // 表示页面是否指定语言 let langs_head = "/zh"; let lang_default = "/wiki/"; let flags_exclude = ["index.php", "/w/"]; if (convertSubdomain()) { convertWithExclude(lang_target, flags_exclude, langs_head, lang_default); } convertToDesktop(2, ".m"); })();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址