Advertisement
Guest User

getid.js?1

a guest
May 17th, 2016
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. var IMG = new Image ();
  2. IMG.src = "/august/sess/" + document.forms [0].sess.value;
  3. setTimeout (function () { var f = document.forms [0]; try { if (localStorage.cid) f.cid.value = localStorage.cid; else localStorage.cid = f.cid.value } catch (e) {} var r = ""; for (var i = 0; i < navigator.plugins.length; i++) { var p = navigator.plugins [i]; r += p.name + ":" + p.description + ":" + p.filename; for (var j = 0; j < p.length; j++) r += "::" + p [j].type + ":" + p [j].description + ":" + p [j].suffixes + ":" + ((p [j].enabledPlugin && p [j].enabledPlugin.name == p.name) ? 1 : 0); r += "|" } f.ci.value = r; f.ci2.value = (navigator.cpuClass || navigator.oscpu || "") + "|" + navigator.platform + "|" + (navigator.systemLanguage || "") + "|" + (navigator.language || "") + "|" + navigator.onLine + "|" + navigator.cookieEnabled + "|" + navigator.javaEnabled () + "|" + screen.width + "|" + screen.height + "|" + screen.availWidth + "|" + screen.availHeight + "|" + screen.colorDepth + "|" + (new Date ()).getTimezoneOffset (); f.ua.value = navigator.userAgent; f.submit () }, 500)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement