diff options
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> |