summaryrefslogtreecommitdiffstats
path: root/pages/options/options.html
diff options
context:
space:
mode:
Diffstat (limited to 'pages/options/options.html')
-rw-r--r--pages/options/options.html32
1 files changed, 32 insertions, 0 deletions
diff --git a/pages/options/options.html b/pages/options/options.html
index 3bddd40..a821524 100644
--- a/pages/options/options.html
+++ b/pages/options/options.html
@@ -121,6 +121,28 @@
</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
+ />&nbsp;
+ <label for="disable-old-reddit" class="checkbox-label"> </label>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </section>
+ <section class="settings-block">
<h1 data-localise="__MSG_nitterInstance__">Nitter Instance</h1>
<div class="autocomplete">
<input
@@ -162,6 +184,16 @@
</div>
</section>
<section class="settings-block">
+ <h1 data-localise="__MSG_oldRedditView__">Old Reddit View (Desktop or Mobile)</h1>
+ <div class="autocomplete">
+ <input
+ id="old-reddit-view"
+ type="url"
+ placeholder="https://old.reddit.com"
+ />
+ </div>
+ </section>
+ <section class="settings-block">
<h1 data-localise="__MSG_theme__">Theme</h1>
<select id="theme">
<option value="">System</option>