summaryrefslogtreecommitdiffstats
path: root/pages/options/options.html
diff options
context:
space:
mode:
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 b7e273f..0a963b7 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>