OP 04 October, 2021 - 08:14 AM
I am trying to find a way to keep the chromedriver undetected from a website in C#. I found many examples and even an undetected driver in python, but can't seem to find anything in C#. Currently the website keeps disabling accounts my program makes. I believe this is due to a script on the website called,
. The name just gives it away. Recently I have been using a fingerprint blocker and change the user agent with this,
. I am assuming though, this does not change it every time. Is there any other way I can remain undetected without using a hex editor to change something in the chromedriver? Disable that script somehow?Below is the code in the js
(I don't know anything about js, I apologize)
Code:
capture-webdriver-f85da6b78dc4ce700ab0.js
Code:
options.AddArgument("--user-agent=Mozilla/5.0 (iPad; CPU OS 6_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10A5355d Safari/8536.25");
Code:
capture-webdriver-f85da6b78dc4ce700ab0.js
Code:
(window.webpackJsonp = window.webpackJsonp || []).push([
[9], {
105: function(n, e, r) {
"use strict";
r.r(e), r.d(e, "default", (function() {
return i
}));
var t = r(3);
class i extends t.a {
constructor(n) {
super("webdriver", n)
}
_bind() {
super._bind(), navigator && (this.findInputElement().value = navigator.webdriver)
}
}
}
}
]);
"Did you ever hear the success of Darth Gonk The Wise? I thought not. It’s not a story the Jedi would tell you. It’s a Sith legend. Darth Gonk was a Dark Lord of the Sith, so powerful and so wise he could use the Force to influence the midichlorians to create things… He had such a knowledge of the dark side that he could even save himself. The dark side of the Force is a pathway to many abilities some consider to be unnatural." - Darth Sidious (The real quote from Revenge of the Sith).