privacy-cat
privacy-cat copied to clipboard
Cat like security against browser and device fingerprinting
Spoofing these APIs will require spoofing all relevant Client Hint headers and Client Hint navigator APIs. Option 1: Spoof and update on each version release Otption 1A: Limit spoof to...
```javascript // Object Value Properties: Object.getOwnPropertyDescriptor(Navigator.prototype, "userAgent").get.toString() Object.getOwnPropertyDescriptors(Navigator.prototype)['userAgent'].get.toString() Navigator.prototype.__lookupGetter__('userAgent').toString() // Each should return "function get userAgent() { [native code] }" (Chrome) // or "function userAgent() {\n [native code]\n}" (Friefox) Navigator.prototype.userAgent...
https://developer.chrome.com/extensions/manifest/incognito
https://vectr.com/ https://developer.chrome.com/extensions/manifest/icons