rustenium-identity 0.1.3

A versatile stealth overlay for rustenium
Documentation
1
2
3
4
5
6
7
8
PropertyModifier.removeProperty(window, "chrome");
PropertyModifier.spoofProperty(Navigator.prototype, 'vendor', "Apple Computer, Inc.");
class SafariRemoteNotification {};
const safari = { pushNotification: new SafariRemoteNotification() };
safari.pushNotification.toString = () => "[object SafariRemoteNotification]";
PropertyModifier.addProperty(window, "safari", safari);
PropertyModifier.deleteProperty(navigator, "userAgentData");
PropertyModifier.deleteProperty(navigator, "deviceMemory");