test with iphone

This commit is contained in:
2022-04-02 09:48:55 +02:00
parent 939a0668fc
commit e26dd3b865
4 changed files with 34 additions and 24 deletions
Binary file not shown.
+13
View File
@@ -0,0 +1,13 @@
Object.defineProperty(navigator, 'webdriver', {get: () => undefined});
Object.defineProperty(navigator, 'platform', {
get: () => {
return "Linux armv7l";
}, set: (a) => {
}
});
() => {Object.defineProperty(navigator, 'platform', {
get: () => {
return "iPhone";
}
})}