Advertisement
arabtion

Untitled

Sep 28th, 2020
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. Fingerprint2.getV18(function (result, components) {
  2.  
  3. var time='';
  4. try{
  5. time=Intl.DateTimeFormat().resolvedOptions().timeZone;
  6. }
  7. catch(err){}
  8. try{
  9. var name=components[0].value+" - Fake Browser:"+components[23].value+" - Timezone:"+time;
  10. $.post("system/action.php",{
  11. user_deviceinfo:result,
  12. browser:name,
  13. token:utk,
  14. },function(response){}
  15. )}
  16. catch(err){}
  17. });
  18.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement