@to-nice Так может проблема не в конфигурациях, а в расходных материалах, например прокси? Если вы пытаетесь поменять отпечаток audio на сайте creepjs, а потом пробуете эти настройки на целевом сайте, то это очень похоже на игру в рулетку, в которую вы играете на большом расстоянии и надеетесь, что вам сообщат о выигрыше.
Если вам нужно понять какими методами сайт-чекер собирает данные и подменять их - вы анализируете сайт-чекер и его код, если задача пройти антифрод целевого сайта - анализируйте код целевого сайта.
In what format bas cookies
-
@majdi105 said in In what format bas cookies:
i need to export the cookies and import it in another software that accept only Json or netscape
what is the bas cookies format so i can search for converterThe BAS has its own format, you need to implement it yourself
-
@majdi105 said in In what format bas cookies:
So it will work only on bas
that's bad
is there any way to convert itI say that you yourself should write the converter
-
@majdi105 said in In what format bas cookies:
i need to export the cookies and import it in another software that accept only Json or netscape
what is the bas cookies format so i can search for converterTry using chrome plugins
-
-
I have this problem also. I used to save Chrome cookies in older BAS versions with a BAS cookie converter javascript code I found on the forum. But with the latest version, this code is now broken and no longer works. How exactly can one use Chrome plugins to do this?
I only found one Chrome plugin to save cookies in Json format for import to Puppeteer. Will that also work for import to Chrome? How do i use it in BAS?