diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | src/pages/popup/popup.html | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md index 5e8c0ebe..d754337f 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ Translate => [SimplyTranslate](https://git.sr.ht/~metalune/simplytranslate_web), Maps => [OpenStreetMap](https://www.openstreetmap.org/), [FacilMap](https://github.com/FacilMap/facilmap)\ Wikipedia => [Wikiless](https://codeberg.org/orenom/wikiless)\ Medium => [Scribe](https://sr.ht/~edwardloveall/scribe/)\ +Peertube => [SimpleerTube](https://git.sr.ht/~metalune/simpleweb_peertube)\ +LBRY/Odysee => [Librarian](https://codeberg.org/librarian/librarian)\ Send Files => [Send](https://github.com/timvisee/send) **Note**: It will be using random instances by default. You can also add custom instances. diff --git a/src/pages/popup/popup.html b/src/pages/popup/popup.html index e1364910..bb1195f3 100644 --- a/src/pages/popup/popup.html +++ b/src/pages/popup/popup.html @@ -122,7 +122,7 @@ <input id="disable-lbry" type="checkbox" checked /> </div> <div id="search" class="some-block"> - <a class="title" href="http://libredirect.onion"> + <a class="title" href="http://libredirect.invalid"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"> <path d="M0 0h24v24H0V0z" fill="none" /> <path |