通过代码限制电脑端无法访问网站

网站屏蔽PC端访问JS代码网站只允许手机端访问

有的时候一些网站只能通过手机才能访问,那我们就在自己代码里加入下方的代码。

代码展示

<script type="text/javascript">
if(window.screen.width==0){window.location.replace("https://www.sdoclub.com")};
var system={win:false,mac:false,xll:false};
var p = navigator.platform;
system.win=p.indexOf("Win")==0;
system.mac=p.indexOf("Mac")==0;    
system.x11=(p=="X11") || (p.indexOf("Linux")==0);    
if(system.win||system.mac||system.xll) {
  location.replace("http://这里替换为你需要跳转的页面网址");
}
</script>
服务器知识

为什么我购买的香港服务器查出的ip是美国的?

2024-6-14 9:19:54

源码代码

推荐5款海外免费开源的网站流量分析统计工具

2024-4-1 1:56:03

个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索