From 22b687876a25c1c8f3777320481ca584c838a838 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Thu, 9 Jun 2022 10:32:09 +0300 Subject: Fixed maps. RTL to default instances checklist. Unify not working in chrmoium --- src/pages/background/background.js | 5 +---- src/pages/stylesheets/styles.css | 4 ++++ 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'src/pages') 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(); diff --git a/src/pages/stylesheets/styles.css b/src/pages/stylesheets/styles.css index e04f638f..0ef55da5 100644 --- a/src/pages/stylesheets/styles.css +++ b/src/pages/stylesheets/styles.css @@ -341,6 +341,10 @@ button svg { color: var(--text); } +div.checklist{ +direction: ltr; +} + div.checklist div { justify-content: space-between; margin: 5px 15px; -- cgit 1.4.1