Advertisement
clickio

#17320 - sublimeskinz device filtering

Nov 7th, 2019 (edited)
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. (function(d){
  3.     if (!(/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)) && window.screen.width >= 1200)
  4.     {  
  5.         setTimeout(function(){
  6.             let b = d.querySelector('body');
  7.             let sc = d.createElement('script');
  8.             sc.setAttribute('type', 'text/javascript');
  9.             sc.setAttribute('data-cfasync', 'false');
  10.             sc.setAttribute('src', 'https://sac.ayads.co/sublime/666');
  11.             b.insertBefore(sc, b.firstChild);
  12.         }, 100);
  13.     }
  14. })(document);
  15. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement