There was an error while loading. Please reload this page.
1 parent a489fae commit 1a4d5edCopy full SHA for 1a4d5ed
1 file changed
webextensions/edge/background.js
@@ -30,14 +30,6 @@ chrome.runtime.onStartup.addListener(() => {
30
StartupLauncher.onStartup.bind(StartupLauncher)();
31
});
32
33
-chrome.runtime.onStartup.addListener(
34
- ScriptExecutor.restoreIfNeeded.bind(ScriptExecutor)
35
-);
36
-
37
-chrome.runtime.onInstalled.addListener(
38
39
40
41
NetLogger.init();
42
43
chrome.webNavigation.onCompleted.addListener(
0 commit comments