Fingerprint или отпечаток браузера
-
Приветствую!
Уважаемая поддержка, подскажите, нет ещё решения по подмене отпечатков браузера? Если нет, планируется?) Хромиум это все таки палево((
-
@Keln54 Смотря что вы понимаете под подменой отпечатка браузера.
Вот проект, который меняет фингерпринт на другой.
-
Не совсем то. Юзерагент я менять умею. Изначально неправильно выразился - я знаю что можно спалить плагины, установленные в браузере. Мы можем их задавать через БАС?)
-
@Keln54 Да, что-то вроде
Object.defineProperty(window.navigator, 'plugins', {get: function() {return [{name:"Chrome PDF Viewer"}];}});
действие "Выполнять при каждой загрузке страницы в браузере"
Смена плагинов планируется.
-
@support said in Fingerprint или отпечаток браузера:
@Keln54 Смотря что вы понимаете под подменой отпечатка браузера.
Вот проект, который меняет фингерпринт на другой.Hi Twaego,
I have a question(or two) if u dont mind me asking. Your script changing exactly the name of the browser we use, but whenever i use this technique my browser didnt change name(I'm checking it through whoer.net website). I'm setting up HTTP client Headers function in BAS and i copy user agent code from this web http://www.useragentstring.com/ but it doesnt work, im always seeing the same chrome v51.0.
In your script its working, but i cant find this "Set headers" function in current BAS version.
Also i have second question, is there any website to find examples of user agent/language text to be vaible to put them into string section of the function(working examples like firefox, opera, safari, maybe IE with different versions/languages).
Btw. I'm sorry that i'm speaking here with non-russian lang, but this forum has more informations than the english/international one.
Btw#2. I must to thank you for incredible tool that You created, its so fuckin awesome, I'M enjoying ity so much. Thank you and keep it up! :D
-
@quadro Hi
I have a question(or two) if u dont mind me asking. Your script changing exactly the name of the browser we use, but whenever i use this technique my browser didnt change name(I'm checking it through whoer.net website). I'm setting up HTTP client Headers function in BAS and i copy user agent code from this web http://www.useragentstring.com/ but it doesnt work, im always seeing the same chrome v51.0.
Can't reproduce. Script changes ua displayed by whoer correctly.
0_1474281948189_whoer.xmlIn your script its working, but i cant find this "Set headers" function in current BAS version.
Here is it:
http://prnt.sc/cjr5j5Also i have second question, is there any website to find examples of user agent/language text to be vaible to put them into string section of the function(working examples like firefox, opera, safari, maybe IE with different versions/languages).
Probably there is site with user agents, but I don't know about it
Btw. I'm sorry that i'm speaking here with non-russian lang, but this forum has more informations than the english/international one.
Can you start topic in english forum
Btw#2. I must to thank you for incredible tool that You created, its so fuckin awesome, I'M enjoying ity so much. Thank you and keep it up! :D
You welcome