diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-10-11 10:04:25 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-10-11 10:04:25 +0700 |
commit | df07b8a7f43f0f68c0125c39abf6aca37d767d54 (patch) | |
tree | b20ca861a2d42a0529c44874e44b3a98c920681a /src/pages/options/options.html | |
parent | Merge pull request #272 from Elaborendum/patch-1 (diff) | |
download | libredirect-df07b8a7f43f0f68c0125c39abf6aca37d767d54.zip |
Add redirect from Medium to Scribe
Multiple Medium domains would be redirected to two known Scribe instances: scribe.rip scribe.nixnet.services
Diffstat (limited to 'src/pages/options/options.html')
-rw-r--r-- | src/pages/options/options.html | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/src/pages/options/options.html b/src/pages/options/options.html index 65f1e9ab..43db929d 100644 --- a/src/pages/options/options.html +++ b/src/pages/options/options.html @@ -142,6 +142,28 @@ </tbody> </table> </section> + <section class="settings-block"> + <table class="option" aria-label="Toggle Scribe redirects"> + <tbody> + <tr> + <td> + <h1 data-localise="__MSG_disableScribe__"> + Scribe Redirects + </h1> + </td> + <td> + <input + aria-hidden="true" + id="disable-scribe" + type="checkbox" + checked + /> + <label for="disable-scribe" class="checkbox-label"> </label> + </td> + </tr> + </tbody> + </table> + </section> <section class="settings-block"> <table class="option" aria-label="Toggle Search Engine redirects"> <tbody> @@ -257,6 +279,16 @@ </div> </section> <section class="settings-block"> + <h1 data-localise="__MSG_scribeInstance__">Scribe Instance</h1> + <div class="autocomplete"> + <input + id="scribe-instance" + type="url" + placeholder="https://libredd.it" + /> + </div> + </section> + <section class="settings-block"> <h1 data-localise="__MSG_searchEngineInstance__">Search Engine Instance</h1> <div class="autocomplete"> <input |