diff options
Diffstat (limited to 'pages/options/options.html')
-rw-r--r-- | pages/options/options.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/pages/options/options.html b/pages/options/options.html index 321babe8..35ef7a43 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> + <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> + <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> |