diff options
author | Simon Brazell <simon@brazell.com.au> | 2020-11-05 08:21:35 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-05 08:21:35 +1100 |
commit | bbd648a2e41dd2a0323676545e38ab1f6871bebb (patch) | |
tree | bf88def64b35beaec301f1c3b88b00e1331df35f /pages/popup/popup.html | |
parent | Merge pull request #118 from B0pol/patch-1 (diff) | |
parent | Update comment for clarity (diff) | |
download | libredirect-bbd648a2e41dd2a0323676545e38ab1f6871bebb.zip |
Merge pull request #102 from nitrohorse/add-old-reddit-support
feat(): Add support for redirecting to the old Reddit desktop or mobile design
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..faf0deb8 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 old Reddit redirects"> + <tbody> + <tr> + <td> + <h1 data-localise="__MSG_disableOldReddit__"> + Old Reddit Redirects + </h1> + </td> + <td> + <input + aria-hidden="true" + id="disable-old-reddit" + type="checkbox" + checked + /> + <label for="disable-old-reddit" class="checkbox-label"> </label> + </td> + </tr> + </tbody> + </table> + </section> + <section class="settings-block"></section> <footer> |