Redirect cnbeta

重定向cnbeta桌面版网页到移动版

目前为 2020-10-17 提交的版本。查看 最新版本

// ==UserScript==
// @name        Redirect cnbeta
// @namespace   http://domain.com/directory
// @description 重定向cnbeta桌面版网页到移动版
// @include     https://*.cnbeta.com/articles/*/*
// @exclude     https://m.cnbeta.com/
// @version 0.0.3.1
// ==/UserScript==
if (/articles/.test (location.pathname) ) {
    var plainPath = 
    location.pathname.replace (/\/articles\/[\S]*\//, "")
    
location.replace("https://m.cnbeta.com/view/" + plainPath)
}

QingJ © 2025

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