diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-03-15 01:30:30 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-03-15 01:30:30 +0300 |
commit | cd836df62f68d2d211701e2e1c14b7546c6c57c6 (patch) | |
tree | e700d02af39922d24dadd997cc6fca01a8a4b4e3 /src/pages/popup/popup.html | |
parent | Added almost all Piped-Material settings (diff) | |
download | libredirect-cd836df62f68d2d211701e2e1c14b7546c6c57c6.zip |
Added simpleertube #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 f52b52c9..981b604d 100644 --- a/src/pages/popup/popup.html +++ b/src/pages/popup/popup.html @@ -98,6 +98,14 @@ <input id="disable-medium" type="checkbox" checked /> </div> + <div id="peertube" class="some-block"> + <a class="title" href="https://search.joinpeertube.org"> + <img src="../../../assets/images/peertube-icon.svg" /> + <h4>Peertube</h4> + </a> + <input id="disable-peertube" 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"> |