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.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/pages/options/options.html b/pages/options/options.html
index bf9d5cd..a821524 100644
--- a/pages/options/options.html
+++ b/pages/options/options.html
@@ -207,6 +207,31 @@
<section class="settings-block">
<table
class="option"
+ aria-label="Redirect YouTube to FreeTube where possible"
+ >
+ <tbody>
+ <tr>
+ <td>
+ <h1 data-localise="__MSG_useFreeTube__">
+ Use FreeTube over Invidious when possible
+ </h1>
+ </td>
+ <td>
+ <input
+ aria-hidden="true"
+ id="useFreeTube"
+ type="checkbox"
+ checked
+ />&nbsp;
+ <label for="useFreeTube" class="checkbox-label"> </label>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </section>
+ <section class="settings-block">
+ <table
+ class="option"
aria-label="Always proxy videos through Invidious"
>
<tbody>