fakebrowser
fakebrowser copied to clipboard
catch lies [ too much recursion error ]
my config is 1 in 1 with: https://github.com/kkoooqq/fakebrowser#-demo1-quick-start
open: https://abrahamjuliot.github.io/creepjs/
catch lies:
- failed at too much recursion error
- failed at too much recursion proto error
- failed at chain cycle proto error
- failed at reflect set proto
- failed at instanceof check error
in the incogniton browser I did not find such problems. https://incogniton.com/ I opened the source code, and there goes the usual replacement through Object.defineProperty without Proxy.
sorry for my English :)
Also having this exact same issue when using CreepJS to test my browser fingerprint. Trying to run the demo. :) I am using Chrome Version 98.0.4758.102 (Official Build) (64-bit) as the executable. Do I need to use an older version of Chrome?
Author
So you was able to solve the issue by Object.defineProperty?
Author
So you was able to solve the issue by Object.defineProperty?
I came to the conclusion that it is necessary to make overrides at the highest level, namely in chrome itself. i created a repository to solve this problem. I have already managed to override some of the properties of the navigator and screen, you only need to pass special flags . more here
Author
So you was able to solve the issue by Object.defineProperty?
I came to the conclusion that it is necessary to make overrides at the highest level, namely in chrome itself. i created a repository to solve this problem. I have already managed to override some of the properties of the navigator and screen, you only need to pass special flags . more here
I saw your project, I'm interested I hope you can complete it. Unfortunately I'm a windows user