Redirect cnbeta

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

Fra 16.10.2020. Se den seneste versjonen.

// ==UserScript==
// @name        Redirect cnbeta
// @namespace   http://domain.com/directory
// @description 重定向cnbeta桌面版网页到移动版
// @include     https://*.cnbeta.com/articles/*/*
// @exclude     https://m.cnbeta.com/


// @version 0.0.2
// ==/UserScript==




    var plainPath = location.pathname.replace (/\/articles\/[\S]*\//, "")

location.replace("https://m.cnbeta.com/view/" + plainPath)