UndetectedChromedriver icon indicating copy to clipboard operation
UndetectedChromedriver copied to clipboard

Missing closing parantheses after console.log("undetected chromedriver 1337!"}

Open yavuzkavus opened this issue 9 months ago • 0 comments

In Patcher.java, on line 80 StringBuilder newTarget = new StringBuilder("{console.log("undetected chromedriver 1337!"}"); There is a missing closing parantheses after console.log message. It should be: StringBuilder newTarget = new StringBuilder("{console.log("undetected chromedriver 1337!")}");

yavuzkavus avatar May 12 '24 00:05 yavuzkavus