aboutsummaryrefslogtreecommitdiffstats
path: root/pages/popup/popup.html
diff options
context:
space:
mode:
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>