diff options
author | Simon Brazell <simon@brazell.com.au> | 2021-04-16 09:24:06 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-16 09:24:06 +1000 |
commit | 13884fa6c3fbaa3c393f573a81100346cf641ef4 (patch) | |
tree | f936cdb1040f47b613ce4e055ef9154b4f63278d /src/pages/popup/popup.html | |
parent | Merge pull request #193 from tenpura-shrimp/master (diff) | |
parent | Disable SimplyTranslate redirects by default (diff) | |
download | libredirect-13884fa6c3fbaa3c393f573a81100346cf641ef4.zip |
Merge pull request #198 from fattalion/add-simply-translate-support
Add SimplyTranslate support
Diffstat (limited to 'src/pages/popup/popup.html')
-rw-r--r-- | src/pages/popup/popup.html | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/pages/popup/popup.html b/src/pages/popup/popup.html index b34f0c8e..4514cafe 100644 --- a/src/pages/popup/popup.html +++ b/src/pages/popup/popup.html @@ -164,6 +164,32 @@ </table> </section> + <section class="settings-block"> + <table class="option" aria-label="Toggle SimplyTranslate redirects"> + <tbody> + <tr> + <td> + <h1 + data-localise="__MSG_disableSimplyTranslate__" + class="new-badge" + data-new-badge + > + SimplyTranslate Redirects + </h1> + </td> + <td> + <input + aria-hidden="true" + id="disable-simplyTranslate" + type="checkbox" + /> + <label for="disable-simplyTranslate" class="checkbox-label"></label> + </td> + </tr> + </tbody> + </table> + </section> + <section class="settings-block"></section> <footer> |