diff options
Diffstat (limited to 'pages/popup/popup.html')
-rw-r--r-- | pages/popup/popup.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/pages/popup/popup.html b/pages/popup/popup.html index e06159a5..871e2c62 100644 --- a/pages/popup/popup.html +++ b/pages/popup/popup.html @@ -116,6 +116,29 @@ </table> </section> + <section class="settings-block"> + <table class="option" aria-label="Toggle Reddit version redirects"> + <tbody> + <tr> + <td> + <h1 data-localise="__MSG_disableRedditVersion__"> + Reddit Version Redirects + </h1> + </td> + <td> + <input + aria-hidden="true" + id="disable-reddit-version" + type="checkbox" + checked + /> + <label for="disable-reddit-version" class="checkbox-label"> </label> + </td> + </tr> + </tbody> + </table> + </section> + <section class="settings-block"></section> <footer> |