aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages/background
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2022-06-09 10:32:09 +0300
committerManeraKai <manerakai@protonmail.com>2022-06-09 10:32:09 +0300
commit22b687876a25c1c8f3777320481ca584c838a838 (patch)
treef07b87c9215b68eb55c642cf5c0723fa0ce230a8 /src/pages/background
parentMerge branch 'master' of https://github.com/libredirect/libredirect (diff)
downloadlibredirect-22b687876a25c1c8f3777320481ca584c838a838.zip
Fixed maps. RTL to default instances checklist. Unify not working in chrmoium
Diffstat (limited to 'src/pages/background')
-rw-r--r--src/pages/background/background.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/pages/background/background.js b/src/pages/background/background.js
index 04bd98dd..0815096b 100644
--- a/src/pages/background/background.js
+++ b/src/pages/background/background.js
@@ -69,10 +69,7 @@ browser.runtime.onInstalled.addListener(
)
youtubeHelper.pasteInvidiousCookies();
-youtubeHelper.pastePipedLocalStorage();
-youtubeHelper.pastePipedMaterialLocalStorage();
translateHelper.pasteSimplyTranslateCookies();
-translateHelper.pasteLingvaLocalStorage();
twitterHelper.pasteNitterCookies();
wikipediaHelper.pasteWikilessCookies();
searchHelper.pasteSearxCookies();
@@ -215,7 +212,7 @@ browser.webRequest.onErrorOccurred.addListener(
)
browser.commands.onCommand.addListener(
- command => {
+ async command => {
if (command === 'switchInstance') utils.switchInstance();
else if (command == 'copyRaw') utils.copyRaw();
else if (command == 'unify') utils.unify();