{
    分享网正式开通,我们为大家提供免费资源,欢迎大家踊跃投稿!

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

<script type="text/javascript">
if(window.screen.width==0){window.location.replace("https://m.baidu.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("这里替换为你需要跳转的页面网址");
}
</script>


米微资源分享网 , 版权所有丨本站资源仅限于学习研究,严禁从事商业或者非法活动!丨本网站采用BY-NC-SA协议进行授权
转载请注明原文链接:网站屏蔽PC端访问JS代码 网站只允许手机端访问
喜欢 () 分享 (0)