Redirect cnbeta

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

当前为 2020-10-17 提交的版本,查看 最新版本

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

QingJ © 2025

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