about summary refs log tree commit diff stats
path: root/pages/popup/popup.html
diff options
context:
space:
mode:
authorSimonBrazell <simon@brazell.com.au>2019-10-30 16:48:38 +1100
committerSimonBrazell <simon@brazell.com.au>2019-10-30 16:48:38 +1100
commiteeef7f052bce6915a4227b886d4cb714c9672b05 (patch)
treee3f86ac71045580adf6bc6c860e85bea0af430d7 /pages/popup/popup.html
parentMerge branch 'master' of github.com:SimonBrazell/privacy-redirect (diff)
downloadlibredirect-eeef7f052bce6915a4227b886d4cb714c9672b05.zip
Add instances to popup menu
Diffstat (limited to 'pages/popup/popup.html')
-rw-r--r--pages/popup/popup.html11
1 files changed, 7 insertions, 4 deletions
diff --git a/pages/popup/popup.html b/pages/popup/popup.html
index 889ffcde..22ccb025 100644
--- a/pages/popup/popup.html
+++ b/pages/popup/popup.html
@@ -14,7 +14,7 @@
       <img src="../../images/logo.png" alt="Privacy Redirect logo">
     </div>
     <small>
-      <span>Version</span>: 1.1.1</span>
+      <span>Version</span>: 1.1.2</span>
     </small>
   </header>
 
@@ -36,9 +36,12 @@
     </div>
   </section>
 
-  <footer>
-    <a class="button" id="options" target="_blank">Options</a>
-  </footer>
+  <section class="options settings_block">
+    <h1>Nitter Instance</h1>
+    <input id="nitterInstance" type="url" placeholder="https://nitter.net">
+    <h1>Invidious Instance</h1>
+    <input id="invidiousInstance" type="url" placeholder="https://invidio.us">
+  </section>
 
   <script src="./popup.js"></script>