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.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/pages/options/options.html b/pages/options/options.html
index 321babe..35ef7a4 100644
--- a/pages/options/options.html
+++ b/pages/options/options.html
@@ -138,6 +138,24 @@
</section>
<section class="options settings_block">
+ <div class="onoffswitch switch" aria-label="Invidious dark mode aways on">
+ <h1>Invidious dark mode always on</h1>
+ <input aria-hidden="true" id="invidious-dark-mode" type="checkbox" checked>&nbsp;
+ <label for="invidious-dark-mode" class="checkbox-label">
+ </label>
+ </div>
+ </section>
+
+ <section class="options settings_block">
+ <div class="onoffswitch switch" aria-label="Persist Invidious preferences">
+ <h1>Persist Invidious preferences (as cookie)</h1>
+ <input aria-hidden="true" id="persist-invidious-prefs" type="checkbox" checked>&nbsp;
+ <label for="persist-invidious-prefs" class="checkbox-label">
+ </label>
+ </div>
+ </section>
+
+ <section class="options settings_block">
<div class="onoffswitch switch" aria-label="Proactively remove Twitter service worker">
<h1>Proactively remove Twitter service worker</h1>
<input aria-hidden="true" id="remove-twitter-sw" type="checkbox" checked>&nbsp;