diff options
author | Yumi Izumi <me@yumiizumi.com> | 2020-11-08 23:52:55 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-08 23:52:55 +0900 |
commit | 612d359279eaa4e56b380cf0fa65a43d64b07d5b (patch) | |
tree | 8a02d880e8ddf23c754f22e5af06baadd1dc1acb /pages/popup | |
parent | Update background.js (diff) | |
download | libredirect-612d359279eaa4e56b380cf0fa65a43d64b07d5b.zip |
Update popup.html
Diffstat (limited to 'pages/popup')
-rw-r--r-- | pages/popup/popup.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/pages/popup/popup.html b/pages/popup/popup.html index faf0deb8..af44b23e 100644 --- a/pages/popup/popup.html +++ b/pages/popup/popup.html @@ -138,6 +138,27 @@ </tbody> </table> </section> + + <section class="settings-block"> + <table class="option" aria-label="Toggle Search Engine redirects"> + <tbody> + <tr> + <td> + <h1 data-localise="__MSG_disableSearchEngine__">Search Engine Redirects</h1> + </td> + <td> + <input + aria-hidden="true" + id="disable-searchEngine" + type="checkbox" + checked + /> + <label for="disable-searchEngine" class="checkbox-label"></label> + </td> + </tr> + </tbody> + </table> + </section> <section class="settings-block"></section> |