diff --git a/content/install-hook-userstyles.js b/content/install-hook-userstyles.js index 12198f17..5fe0ca46 100644 --- a/content/install-hook-userstyles.js +++ b/content/install-hook-userstyles.js @@ -222,6 +222,7 @@ chrome.runtime.sendMessage({ url, method: 'download', + timeout: 60e3, }, result => { const error = result && result.__ERROR__; if (error) {