Guest User

Untitled

a guest
Jul 20th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. object window.navigator = {
  2. string language = "en";
  3. string product = "Gecko";
  4. object mimeTypes = [max depth];
  5. string appVersion = "5.0 (Linux; U; Android 2.2.2; ru-ru; Desire_A8181 Build/FRG83G) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1";
  6. object plugins = [max depth];
  7. boolean onLine = true;
  8. object connection = [max depth];
  9. string platform = "Linux armv7l";
  10. string vendor = "Google Inc.";
  11. string appCodeName = "Mozilla";
  12. object geolocation = [max depth];
  13. boolean cookieEnabled = true;
  14. string appName = "Netscape";
  15. string productSub = "20030107";
  16. string userAgent = "Mozilla/5.0 (Linux; U; Android 2.2.2; ru-ru; Desire_A8181 Build/FRG83G) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1";
  17. string vendorSub = "";
  18. function javaEnabled = function;
  19. function isApplicationInstalled = function;
  20. function getStorageUpdates = function;
  21. function registerProtocolHandler = function;
  22. function registerContentHandler = function;
  23. };
Add Comment
Please, Sign In to add comment