-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathchromeSettings.json
More file actions
45 lines (43 loc) · 1.76 KB
/
chromeSettings.json
File metadata and controls
45 lines (43 loc) · 1.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"Timeout": 10,
"GoogleBaseUrl": "https://www.google.com",
"AcceptCookieBtn": "//*[@id=\"L2AGLb\"]/div",
"DriverOptions": [
"--log-level=3",
"--incognito",
"--disable-extensions",
"--disable-popup-blocking",
"--disable-infobars",
"--no-sandbox",
"--disable-dev-shm-usage",
"--remote-debugging-port=9222",
"--accept-cookie",
"--disable-gpu",
"--disable-notifications",
"--disable-web-security",
"--disable-features=site-per-process",
"--disable-save-password-bubble",
"--disable-blink-features=AutomationControlled,BlockCredentialedSubresources",
"--ignore-certificate-errors",
"--ignore-ssl-errors"
],
"RandomizeUserAgent": true,
"UserAgents": [
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36",
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36",
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36",
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36",
"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36",
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Safari/605.1.15",
"Mozilla/5.0 (Macintosh; Intel Mac OS X 13_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Safari/605.1.15"
],
"RandomizeReferer": true,
"Referers": [
"https://www.google.com/",
"https://www.bing.com/",
"https://duckduckgo.com/",
"https://facebook.com/",
"https://www.yahoo.com/",
"https://ask.fm/"
]
}