From 4498e790f67bf44bcf3ff61bd59cc91062532a39 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Thu, 19 May 2022 19:21:39 +0300 Subject: Supported all frontend preferences #234 --- src/pages/popup/popup.pug | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/pages/popup/popup.pug') diff --git a/src/pages/popup/popup.pug b/src/pages/popup/popup.pug index f2cc4635..31354a4b 100644 --- a/src/pages/popup/popup.pug +++ b/src/pages/popup/popup.pug @@ -75,13 +75,13 @@ html(lang="en") input#disable-lbry(type="checkbox") #search.some-block - a.title(href="https://search.com") + a.title(href="https://libredirect.invalid") +search h4 Search input#disable-search(type="checkbox") #translate.some-block - a.title(href="https://translate.com") + a.title(href="https://translate.google.com") +translate h4 Translate input#disable-simplyTranslate(type="checkbox") @@ -120,4 +120,4 @@ html(lang="en") script(type="module" src="../options/init.js") script(type="module" src="./popup.js") - script(src="../../assets/javascripts/localise.js") \ No newline at end of file + //- script(src="../../assets/javascripts/localise.js") \ No newline at end of file -- cgit 1.4.1