aboutsummaryrefslogtreecommitdiffstats
path: root/pages/popup/popup.html
diff options
context:
space:
mode:
authorSimonBrazell <simon@brazell.com.au>2020-02-23 16:19:32 +1100
committerSimonBrazell <simon@brazell.com.au>2020-02-23 16:19:32 +1100
commit97ca48b1fe121e9311189e2fbfa5c737c8ca337a (patch)
tree6430b74204e195065f28190c039a767988a9efe3 /pages/popup/popup.html
parentAdd date retrieved and source to YT assets (diff)
downloadlibredirect-97ca48b1fe121e9311189e2fbfa5c737c8ca337a.zip
OSM redirects (experimental)
Diffstat (limited to 'pages/popup/popup.html')
-rw-r--r--pages/popup/popup.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/pages/popup/popup.html b/pages/popup/popup.html
index f0c4b3d6..40cf3e7f 100644
--- a/pages/popup/popup.html
+++ b/pages/popup/popup.html
@@ -46,6 +46,15 @@
</section>
<section class="options settings_block">
+ <div class="onoffswitch switch" aria-label="Toggle OpenStreetMap redirects">
+ <h1>OpenStreetMap Redirects</h1>
+ <input aria-hidden="true" id="disable-osm" type="checkbox" checked>&nbsp;
+ <label for="disable-osm" class="checkbox-label">
+ </label>
+ </div>
+ </section>
+
+ <section class="options settings_block">
<h1>Nitter Instance</h1>
<input id="nitter-instance" list="nitter-instance-list" type="url" placeholder="https://nitter.net">
<datalist id="nitter-instance-list">
@@ -74,6 +83,11 @@
<option value="https://bibliogram.snopyta.org">
<option value="https://bibliogram.dsrev.ru">
</datalist>
+ <h1>OpenStreetMap Instance</h1>
+ <input id="osm-instance" list="osm-instance-list" type="url" placeholder="https://openstreetmap.org">
+ <datalist id="osm-instance-list">
+ <option value="https://openstreetmap.org">
+ </datalist>
</section>
<script src="./popup.js"></script>