mirror of
https://github.com/TheNetsky/Microsoft-Rewards-Script.git
synced 2026-01-18 14:03:58 +00:00
1.4.0
- Switched from Puppeteer to Playwright - Fixed mobile searches not working - Added fingerprint saving in config - Added mobile search retry in config
This commit is contained in:
@@ -7,6 +7,7 @@ export interface Config {
|
||||
workers: Workers;
|
||||
searchSettings: SearchSettings;
|
||||
webhook: Webhook;
|
||||
saveFingerprint: boolean;
|
||||
}
|
||||
|
||||
export interface SearchSettings {
|
||||
@@ -14,6 +15,7 @@ export interface SearchSettings {
|
||||
scrollRandomResults: boolean;
|
||||
clickRandomResults: boolean;
|
||||
searchDelay: SearchDelay;
|
||||
retryMobileSearch: boolean;
|
||||
}
|
||||
|
||||
export interface SearchDelay {
|
||||
|
||||
Reference in New Issue
Block a user