diff --git a/background.js b/background.js index eb23563..7297909 100644 --- a/background.js +++ b/background.js @@ -450,7 +450,7 @@ function normalizeRunCount(value) { if (!Number.isFinite(numeric)) { return 1; } - return Math.min(50, Math.max(1, Math.floor(numeric))); + return Math.max(1, Math.floor(numeric)); } function normalizeAutoRunTimerKind(value = '') { diff --git a/sidepanel/sidepanel.html b/sidepanel/sidepanel.html index c8f4b05..6b75d35 100644 --- a/sidepanel/sidepanel.html +++ b/sidepanel/sidepanel.html @@ -36,7 +36,7 @@
- +