about summary refs log tree commit diff stats
path: root/src/pages/popup/popup.html
diff options
context:
space:
mode:
authorSimon Brazell <simon@brazell.com.au>2021-07-25 14:33:02 +1000
committerGitHub <noreply@github.com>2021-07-25 14:33:02 +1000
commit20aafaaa17000c376fc18ad6cb98b8d2383672b9 (patch)
tree1ef490de354d3910653d0a33f4533c6c2d8b0fc4 /src/pages/popup/popup.html
parentMerge pull request #259 from unixfox/invidious.fdn.fr (diff)
parentcleanup (diff)
downloadlibredirect-20aafaaa17000c376fc18ad6cb98b8d2383672b9.zip
Merge pull request #257 from Kotuklion/master
Add Wikiless support
Diffstat (limited to 'src/pages/popup/popup.html')
-rw-r--r--src/pages/popup/popup.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/pages/popup/popup.html b/src/pages/popup/popup.html
index 0b603f20..38357165 100644
--- a/src/pages/popup/popup.html
+++ b/src/pages/popup/popup.html
@@ -185,6 +185,31 @@
       </table>
     </section>
 
+    <section class="settings-block">
+      <table class="option" aria-label="Toggle Wikiepdia redirects">
+        <tbody>
+          <tr>
+            <td>
+              <h1 data-localise="__MSG_disableWikipedia__">
+                Wikipedia Redirects
+              </h1>
+            </td>
+            <td>
+              <input
+                aria-hidden="true"
+                id="disable-wikipedia"
+                type="checkbox"
+              />&nbsp;
+              <label
+                for="disable-wikipedia"
+                class="checkbox-label"
+              ></label>
+            </td>
+          </tr>
+        </tbody>
+      </table>
+    </section>
+
     <section class="settings-block"></section>
 
     <footer>