diff options
author | Ajay <[email protected]> | 2024-03-18 19:45:35 -0400 |
---|---|---|
committer | Ajay <[email protected]> | 2024-03-18 19:45:35 -0400 |
commit | de094cb11f69b3b19dfb4dc3ce317cbd132eff32 (patch) | |
tree | f2c9a94d2eec32ba84fb0de4d4a71633e670cc8b /public | |
parent | 6c710363567e76dcfc58cc1189c18ab66968351c (diff) | |
download | SponsorBlock-de094cb11f69b3b19dfb4dc3ce317cbd132eff32.tar.gz SponsorBlock-de094cb11f69b3b19dfb4dc3ce317cbd132eff32.zip |
Add option to store downvotes when done in private tabs
Diffstat (limited to 'public')
m--------- | public/_locales | 0 | ||||
-rw-r--r-- | public/options/options.html | 14 |
2 files changed, 13 insertions, 1 deletions
diff --git a/public/_locales b/public/_locales -Subproject 01ee7789673ac009fe1ea10be66fda7698534c4 +Subproject afc1c61dcea11bb9723105ff7730951ec9303d9 diff --git a/public/options/options.html b/public/options/options.html index 146b7956..b8746c5d 100644 --- a/public/options/options.html +++ b/public/options/options.html @@ -634,7 +634,19 @@ <div class="small-description">__MSG_whatTrackDownvotes__</div> </div> - + + <div data-type="toggle" data-sync="trackDownvotesInPrivate" data-confirm-on="false"> + <div class="switch-container"> + <label class="switch"> + <input id="trackDownvotesInPrivate" type="checkbox" checked> + <span class="slider round"></span> + </label> + <label class="switch-label" for="trackDownvotesInPrivate"> + __MSG_enableTrackDownvotesInPrivate__ + </label> + </div> + </div> + <div data-type="button-press" data-sync="copyDebugInformation" data-confirm-message="copyDebugInformation"> <div class="option-button trigger-button"> __MSG_copyDebugInformation__ |