mirror of
https://github.com/TheNetsky/Microsoft-Rewards-Script.git
synced 2026-01-24 00:41:04 +00:00
Formatting + General Improvements
- Added cookie header function - Added failback to html parsing for dashboard data - Removed some logs
This commit is contained in:
@@ -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": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user