diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-05-19 19:21:39 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-05-19 19:21:39 +0300 |
commit | 4498e790f67bf44bcf3ff61bd59cc91062532a39 (patch) | |
tree | 9a2178c49af80800723c8ebac2fef9f9b67b097e /src/pages/popup/popup.pug | |
parent | Fixed Import Tool not working #242 (diff) | |
download | libredirect-4498e790f67bf44bcf3ff61bd59cc91062532a39.zip |
Supported all frontend preferences #234
Diffstat (limited to 'src/pages/popup/popup.pug')
-rw-r--r-- | src/pages/popup/popup.pug | 6 |
1 files changed, 3 insertions, 3 deletions
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 |