Guest User

Untitled

a guest
Aug 29th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. var ua = navigator.userAgent.toLowerCase();
  2. if(ua.indexOf("android") > 0 || ua.indexOf("iphone") > 0){
  3. window.location.href = "m/index.html";
  4. }else if(top.location.href.indexOf("guigu")){
  5. window.location.href = "c/index.html";
  6. }
Add Comment
Please, Sign In to add comment