diff options
author | SimonBrazell <simon@brazell.com.au> | 2019-10-30 16:48:38 +1100 |
---|---|---|
committer | SimonBrazell <simon@brazell.com.au> | 2019-10-30 16:48:38 +1100 |
commit | eeef7f052bce6915a4227b886d4cb714c9672b05 (patch) | |
tree | e3f86ac71045580adf6bc6c860e85bea0af430d7 /pages/popup/popup.html | |
parent | Merge branch 'master' of github.com:SimonBrazell/privacy-redirect (diff) | |
download | libredirect-eeef7f052bce6915a4227b886d4cb714c9672b05.zip |
Add instances to popup menu
Diffstat (limited to 'pages/popup/popup.html')
-rw-r--r-- | pages/popup/popup.html | 11 |
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> |