⏩ Fast-forwards long pauses between sentences — watch lectures ~1.5x faster (browser extension)
GNU Affero General Public License v3.0
354
stars
12
forks
source link
fix: Firefox: "toggle" shortcut doesn't work and icon and badge don't get updated sometimes #130
Closed
WofWca closed 1 year ago
I think it has to do with the fact that Firefox (Gecko, to be precise) recently started supporting the
persistent: false
value of the manifest.https://github.com/WofWca/jumpcutter/blob/bd2a102cd953c435e90ee9558602507a914ee0d1/src/manifest.json#L15
We can either make it persistent again or convert to non-persistent. Need to not forget to check if it works in Chromuim, of course.