Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.35 KB | None | 0 0
  1. <script>
  2. if (document.location.search.indexOf("skipmobile") >= 0) {
  3.     document.cookie = "skipmobile=1";
  4. } else if ((document.location.hostname.match(/\.mobi$/) || screen.width < 699) && document.cookie.indexOf("skipmobile") == -1) {
  5.    document.location = "http://www.360updigital.co.il/Client/Talia/M/" + document.location.search;
  6. }
  7. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement