diff options
author | Ajay Ramachandran <[email protected]> | 2021-06-11 18:17:40 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2021-06-11 18:17:40 -0400 |
commit | 8cb212a77bc4cb88dcbd9e841d5397c5b6443609 (patch) | |
tree | bdb8ae94216e5fb4dd9d8e173b927367d86053e2 /public/options | |
parent | 29b29e3f6e817f8cce2ccc2c9177ccc2779c2ddd (diff) | |
download | SponsorBlock-8cb212a77bc4cb88dcbd9e841d5397c5b6443609.tar.gz SponsorBlock-8cb212a77bc4cb88dcbd9e841d5397c5b6443609.zip |
Allow not counting time in private tabs
Closes https://github.com/ajayyy/SponsorBlock/issues/703
Diffstat (limited to 'public/options')
-rw-r--r-- | public/options/options.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/public/options/options.html b/public/options/options.html index 5feb6ba9..6b5bb717 100644 --- a/public/options/options.html +++ b/public/options/options.html @@ -310,6 +310,19 @@ <br/> <br/> + <div option-type="toggle" sync-option="trackViewCountInPrivate" private-mode-only="true"> + <label class="switch-container" label-name="__MSG_enableViewTrackingInPrivate__"> + <label class="switch"> + <input type="checkbox" checked> + <span class="slider round"></span> + </label> + </label> + + <br/> + <br/> + <br/> + </div> + <div option-type="toggle" sync-option="refetchWhenNotFound"> <label class="switch-container" label-name="__MSG_enableRefetchWhenNotFound__"> <label class="switch"> |