WofWca / jumpcutter

⏩ Fast-forwards long pauses between sentences — watch lectures ~1.5x faster (browser extension)
https://chrome.google.com/webstore/detail/jump-cutter/lmppdpldfpfdlipofacekcfleacbbncp
GNU Affero General Public License v3.0
329 stars 11 forks source link

improvement: don't show "sounded speed" on the badge by default #138

Open WofWca opened 1 year ago

WofWca commented 1 year ago

It's the default value: https://github.com/WofWca/jumpcutter/blob/005265b5986e776c587100fa4fe66394a6f77bc4/src/settings/defaultSettings.ts#L242

It was added before 1c82c22c64f6526e6437d416e2064d0d7ee96bca. I think, at least initially after installing the extension, people control regular playback rate conventionally, e.g. by using the website's UI, in that case the badge may seem confusing and unnecessary, because controlling the regular playback rate is not the (primary) job of this extension (also see #108).

On the other hand, I find it incredibly useful, and it would be a shame if someone needed this, but simply didn't know that they can do it.

Maybe we could disable this initially, and then enable after some time since the extension was installed.

Also I guess the badge itself is mostly beneficial to those who use hotkeys.

Need to think more about this.