Greasy Fork

Greasy Fork is available in English.

萌百mzh页面自动跳转桌面版,b站/s域名跳转正常域名

修改自http://greasyfork.icu/zh-CN/scripts/410244,未经过原作者同意。

目前为 2021-01-07 提交的版本。查看 最新版本

// ==UserScript==
// @name         萌百mzh页面自动跳转桌面版,b站/s域名跳转正常域名
// @namespace    http://tampermonkey.net/
// @version      1.2
// @description  修改自http://greasyfork.icu/zh-CN/scripts/410244,未经过原作者同意。
// @author       黑田光
// @include      *://mzh.moegirl.org.cn/*
// @include      *://www.bilibili.com/s/*
// @include      *://bbs.hupu.com/*
// @grant        none
// @run-at       document-start

// ==/UserScript==

document.location.href = document.location.href.replace('mzh.moegirl.org.cn.cc', 'zh.moegirl.org.cn').replace('mzh.moegirl.org.cn', 'zh.moegirl.org.cn').replace('m.hupu.com/bbs', 'bbs.hupu.com').replace('www.bilibili.com/s/', 'www.bilibili.com/').replace('zh-tw', 'zh-cn');