mirror of
https://github.com/SoPat712/videospeed.git
synced 2026-04-24 21:42:53 -04:00
Compare commits
38 Commits
dev
..
e652850dfa
| Author | SHA1 | Date | |
|---|---|---|---|
|
e652850dfa
|
|||
|
de582ae157
|
|||
|
76f6bd1a1e
|
|||
|
9d41e6ceeb
|
|||
|
eaffab1f27
|
|||
|
3f5983685f
|
|||
|
ab7ae99807
|
|||
|
a2b041e225
|
|||
|
25d3acf576
|
|||
|
8b9e4bea1d
|
|||
|
8c94cc2088
|
|||
|
19d3af02a2
|
|||
|
306e0e3ea0
|
|||
|
1536c13c3e
|
|||
|
939ee08466
|
|||
|
fad0c49e65
|
|||
|
76a7b933bb
|
|||
|
edd997037a
|
|||
|
e34ec17f33
|
|||
|
53f66f1eeb
|
|||
|
3275d1f322
|
|||
|
8eb3901121
|
|||
|
6bf48fa479
|
|||
|
3a583ce3b8
|
|||
|
5c20d7ae0b
|
|||
|
b0498cd1d7
|
|||
|
85215ae54b
|
|||
|
9f8c235cea
|
|||
|
597c7a8af5
|
|||
|
d215ad4224
|
|||
|
df18e638c2
|
|||
|
9ff3ce4f74
|
|||
|
91dc47f5a8
|
|||
|
36a60bbe34
|
|||
|
3bcb36f6d0
|
|||
|
2747c15924
|
|||
|
5e7d5d6d21
|
|||
|
38174a2a76
|
@@ -1,8 +1,8 @@
|
||||
# Available for Firefox
|
||||
|
||||
# Available for Firefox
|
||||
[](https://addons.mozilla.org/firefox/addon/speeder/)
|
||||
|
||||
## The science of accelerated playback
|
||||
|
||||
# The science of accelerated playback
|
||||
|
||||
**TL;DR: faster playback translates to better engagement and retention.**
|
||||
|
||||
@@ -33,11 +33,9 @@ last point to listen to it a few more times.
|
||||
|
||||

|
||||
|
||||
## Using the extension
|
||||
#### *Install [Chrome](https://chrome.google.com/webstore/detail/video-speed-controller/nffaoalbilbmmfgbnbgppjihopabppdk) or [Firefox](https://addons.mozilla.org/en-us/firefox/addon/speeder/) Extension*
|
||||
|
||||
[](https://addons.mozilla.org/firefox/addon/speeder/)
|
||||
|
||||
Once the extension is installed simply navigate to any page that offers
|
||||
\*\* Once the extension is installed simply navigate to any page that offers
|
||||
HTML5 video ([example](https://www.youtube.com/watch?v=E9FxNzv1Tr8)), and you'll
|
||||
see a speed indicator in top left corner. Hover over the indicator to reveal the
|
||||
controls to accelerate, slowdown, and quickly rewind or advance the video. Or,
|
||||
@@ -67,25 +65,21 @@ listens both for lower and upper case values (i.e. you can use
|
||||
key. This is not a perfect solution, as some sites may listen to both, but works
|
||||
most of the time.
|
||||
|
||||
## FAQ
|
||||
### FAQ
|
||||
|
||||
### The video controls are not showing up?
|
||||
|
||||
This extension is only compatible
|
||||
**The video controls are not showing up?** This extension is only compatible
|
||||
with HTML5 video. If you don't see the controls showing up, chances are you are
|
||||
viewing a Flash video. If you want to confirm, try right-clicking on the video
|
||||
and inspect the menu: if it mentions flash, then that's the issue. That said,
|
||||
most sites will fallback to HTML5 if they detect that Flash is not available.
|
||||
You can try manually disabling Flash from the browser.
|
||||
|
||||
### What is this fork all about?
|
||||
|
||||
This is a fork of
|
||||
[CodeBicycle's Video Speed Controller extension for Firefox](https://github.com/codebicycle/videospeed)
|
||||
**What is this fork all about?** This is a fork of
|
||||
[CodeBicycle's Video Speed Controller extension for Firefox](https://github.com/codebicycle/videospeed)
|
||||
which is a fork of [Igrigorik's Video Speed Controller extension for Chromium](https://github.com/igrigorik/videospeed).
|
||||
|
||||
The goal of this fork is fix bugs in the upstream code as well as add new features.
|
||||
|
||||
## License
|
||||
### License
|
||||
|
||||
(GPLv3) - Copyright (c) 2025 Josh Patra
|
||||
|
||||
Reference in New Issue
Block a user