livechatinc

NoLiveChatOnMobile

Jun 17th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.77 KB | None | 0 0
  1. <script type="text/javascript">
  2.         if (
  3.                 !(/(Chrome).*(Mobile)/ig.test(navigator.userAgent)
  4.                         || /(Android).*/ig.test(navigator.userAgent)
  5.                         || /(iPhone|iPod|iPad).*Apple.*Mobile/g.test(navigator.userAgent)
  6.                         || /(Android).*(Mobile)/ig.test(navigator.userAgent)
  7.                         )
  8.         )
  9.         {
  10.             window.__lc = window.__lc || {};
  11.             window.__lc.license = 1520;
  12.             (function () {
  13.                 var lc = document.createElement('script');
  14.                 lc.type = 'text/javascript';
  15.                 lc.async = true;
  16.                 lc.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'cdn.livechatinc.com/tracking.js';
  17.                 var s = document.getElementsByTagName('script')[0];
  18.                 s.parentNode.insertBefore(lc, s);
  19.             })();
  20.         };
  21.     </script>
Add Comment
Please, Sign In to add comment