about summary refs log tree commit diff stats
path: root/pages/options/options.html
diff options
context:
space:
mode:
authorSimonBrazell <simon@brazell.com.au>2020-03-29 11:34:46 +1100
committerSimonBrazell <simon@brazell.com.au>2020-03-29 11:36:01 +1100
commitb01ac7c9662f83506713094fc54bfa346a3ab9fe (patch)
treecf851ce4a98971a17595f64504b3b93f4c462222 /pages/options/options.html
parentRemove OS files from repo (diff)
downloadlibredirect-b01ac7c9662f83506713094fc54bfa346a3ab9fe.zip
Proactively remove Twitter service worker
Diffstat (limited to 'pages/options/options.html')
-rw-r--r--pages/options/options.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/pages/options/options.html b/pages/options/options.html
index b7e273f9..0a963b79 100644
--- a/pages/options/options.html
+++ b/pages/options/options.html
@@ -111,6 +111,15 @@
     </select>
   </section>
 
+  <section class="options settings_block">
+    <div class="onoffswitch switch" aria-label="Proactively remove Twitter service worker">
+      <h1>Proactively remove Twitter service worker</h1>
+      <input aria-hidden="true" id="remove-twitter-sw" type="checkbox" checked>&nbsp;
+      <label for="remove-twitter-sw" class="checkbox-label">
+      </label>
+    </div>
+  </section>
+
   <script src="./options.js"></script>
 
 </body>