限制网页只在手机端中*开,网站屏蔽PC端访问JS代码,网站只允许手机端访问
<script type="text/javascript">
if(window.screen.width==0){window.location.replace("https://www.aybk.cn")};
var ******={win:false,mac:false,xll:false};
var p = navigator.platform;
******.win=p.indexOf("Win")==0;
******.mac=p.indexOf("Mac")==0;
******.x11=(p=="X11") || (p.indexOf("Linux")==0);
if(******.win||******.mac||******.xll) {
location.replace("https://www.aybk.cn");
}
</script>
这一切,似未曾拥有