diff options
author | Kotuklion <quemasterbog@gmail.com> | 2021-07-12 18:16:23 +0200 |
---|---|---|
committer | Kotuklion <quemasterbog@gmail.com> | 2021-07-12 18:16:23 +0200 |
commit | 60be141050374db1ea82b0bf50a6580c6335c218 (patch) | |
tree | abfe180912e9cf7010d03fbf6fb56abce80d67b3 /src/pages/popup/popup.html | |
parent | Bump version & update dependencies. (diff) | |
download | libredirect-60be141050374db1ea82b0bf50a6580c6335c218.zip |
add Wikiless support
Diffstat (limited to 'src/pages/popup/popup.html')
-rw-r--r-- | src/pages/popup/popup.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/pages/popup/popup.html b/src/pages/popup/popup.html index 0b603f20..38357165 100644 --- a/src/pages/popup/popup.html +++ b/src/pages/popup/popup.html @@ -185,6 +185,31 @@ </table> </section> + <section class="settings-block"> + <table class="option" aria-label="Toggle Wikiepdia redirects"> + <tbody> + <tr> + <td> + <h1 data-localise="__MSG_disableWikipedia__"> + Wikipedia Redirects + </h1> + </td> + <td> + <input + aria-hidden="true" + id="disable-wikipedia" + type="checkbox" + /> + <label + for="disable-wikipedia" + class="checkbox-label" + ></label> + </td> + </tr> + </tbody> + </table> + </section> + <section class="settings-block"></section> <footer> |