Redirect cnbeta

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

目前為 2025-03-10 提交的版本,檢視 最新版本

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

QingJ © 2025

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