diff options
author | SimonBrazell <simon@brazell.com.au> | 2020-02-01 14:17:51 +1100 |
---|---|---|
committer | SimonBrazell <simon@brazell.com.au> | 2020-02-01 14:17:51 +1100 |
commit | ed3941ff7281254ddb9a7cb8acef3bbf4c1d5d0f (patch) | |
tree | c704845c829887f37b7ea9df455b5a4f6e4122b3 /pages/popup/popup.html | |
parent | Fix embedded video redirects (diff) | |
download | libredirect-ed3941ff7281254ddb9a7cb8acef3bbf4c1d5d0f.zip |
Add support for Bibliogram redirects
Diffstat (limited to 'pages/popup/popup.html')
-rw-r--r-- | pages/popup/popup.html | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/pages/popup/popup.html b/pages/popup/popup.html index b5285de0..986fd8c5 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.3</span> + <span>Version</span>: 1.1.4</span> </small> </header> @@ -37,10 +37,21 @@ </section> <section class="options settings_block"> + <div class="onoffswitch switch" aria-label="Toggle Bibliogram redirects"> + <h1>Bibliogram Redirects</h1> + <input aria-hidden="true" id="disableBibliogram" type="checkbox" checked> + <label for="disableBibliogram" class="checkbox-label"> + </label> + </div> + </section> + + <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"> + <h1>Bibliogram Instance</h1> + <input id="bibliogramInstance" type="url" placeholder="https://bibliogram.art"> </section> <script src="./popup.js"></script> |