diff options
author | SimonBrazell <simon@brazell.com.au> | 2020-03-29 11:34:46 +1100 |
---|---|---|
committer | SimonBrazell <simon@brazell.com.au> | 2020-03-29 11:36:01 +1100 |
commit | b01ac7c9662f83506713094fc54bfa346a3ab9fe (patch) | |
tree | cf851ce4a98971a17595f64504b3b93f4c462222 /pages/options/options.html | |
parent | Remove OS files from repo (diff) | |
download | libredirect-b01ac7c9662f83506713094fc54bfa346a3ab9fe.zip |
Proactively remove Twitter service worker
Diffstat (limited to 'pages/options/options.html')
-rw-r--r-- | pages/options/options.html | 9 |
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> + <label for="remove-twitter-sw" class="checkbox-label"> + </label> + </div> + </section> + <script src="./options.js"></script> </body> |