Formatting + General Improvements

- Added cookie header function
- Added failback to html parsing for dashboard data
- Removed some logs
This commit is contained in:
TheNetsky
2026-01-21 22:48:28 +01:00
parent 7e51bff52b
commit 175ba45543
23 changed files with 252 additions and 390 deletions

View File

@@ -22,12 +22,7 @@
"scrollRandomResults": false,
"clickRandomResults": false,
"parallelSearching": true,
"queryEngines": [
"google",
"wikipedia",
"reddit",
"local"
],
"queryEngines": ["google", "wikipedia", "reddit", "local"],
"searchResultVisitTime": "10sec",
"searchDelay": {
"min": "30sec",
@@ -42,13 +37,8 @@
"consoleLogFilter": {
"enabled": false,
"mode": "whitelist",
"levels": [
"error",
"warn"
],
"keywords": [
"starting account"
],
"levels": ["error", "warn"],
"keywords": ["starting account"],
"regexPatterns": []
},
"proxy": {
@@ -65,24 +55,15 @@
"topic": "",
"token": "",
"title": "Microsoft-Rewards-Script",
"tags": [
"bot",
"notify"
],
"tags": ["bot", "notify"],
"priority": 3
},
"webhookLogFilter": {
"enabled": false,
"mode": "whitelist",
"levels": [
"error"
],
"keywords": [
"starting account",
"select number",
"collected"
],
"levels": ["error"],
"keywords": ["starting account", "select number", "collected"],
"regexPatterns": []
}
}
}
}