diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-03-16 10:59:34 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-03-16 10:59:34 +0300 |
commit | c89f9cd7852ecd94a1c00569f6e80e542a34a517 (patch) | |
tree | 48549a6a957316759369529534d9439af4320a8b /src/pages/popup/popup.html | |
parent | Removed installing web-ext as it's already in package.json #113 (diff) | |
download | libredirect-c89f9cd7852ecd94a1c00569f6e80e542a34a517.zip |
Added librarian #78
Diffstat (limited to 'src/pages/popup/popup.html')
-rw-r--r-- | src/pages/popup/popup.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/pages/popup/popup.html b/src/pages/popup/popup.html index 981b604d..419c9590 100644 --- a/src/pages/popup/popup.html +++ b/src/pages/popup/popup.html @@ -106,6 +106,14 @@ <input id="disable-peertube" type="checkbox" checked /> </div> + <div id="lbry" class="some-block"> + <a class="title" href="https://odysee.com"> + <img src="../../../assets/images/lbry-icon.png" /> + <h4>LBRY</h4> + </a> + <input id="disable-lbry" type="checkbox" checked /> + </div> + <div id="search" class="some-block"> <a class="title" href="http://libredirect.onion"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"> |