Skip to content

Commit

Permalink
Change default settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Serega007RU committed Feb 22, 2024
1 parent 18e612c commit 6e81c31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@

// Setup settings
const defaultSettings = {
hcaptcha_auto_open: true,
hcaptcha_auto_solve: true,
hcaptcha_auto_open: false,
hcaptcha_auto_solve: false,
hcaptcha_click_delay_time: 300,
hcaptcha_solve_delay_time: 3000,
hcaptcha_reload_delay_time: 0,

recaptcha_auto_open: false,
recaptcha_auto_solve: false,
recaptcha_auto_solve: true,
recaptcha_click_delay_time: 300,
recaptcha_solve_delay_time: 1000,
};
Expand Down

0 comments on commit 6e81c31

Please sign in to comment.