Example from a while ago since I had debug mode on for a bit so it wont have the functions executing/showing function such as javaenabled wont show in that version, now it will.
Navigator Object: {
plugins:{ length:number, item:, namedItem:, refresh:, },
mimeTypes:{ length:number, item:, namedItem:, },
cookieEnabled:boolean,
standalone:boolean,
geolocation:{ getCurrentPosition:, watchPosition:, clearWatch:, },
mediaCapabilities:{ decodingInfo:, },
webdriver:boolean,
maxTouchPoints:number,
appCodeName:string,
appName:string,
appVersion:object full of data,
platform:string,
product:string,
productSub:number,
userAgent:object full if data,
vendor:string,
vendorSub:,
language:string,
languages:object,
onLine:boolean,
javaEnabled:,
getStorageUpdates:,
sendBeacon:,
requestMediaKeySystemAccess:,
getGamepads:,
}
JSON from {
country_code:country_code,
country_name:country,
city:city,
postal:number,
latitude:number,
longitude:number,
IPv4:ip,
state:string,
}
0 Comments