8 Commits

Author SHA1 Message Date
Josh Patra
3dfee251ec fix pause reset 2025-07-03 14:42:25 -04:00
Josh Patra
8e0183d8af general fixes, mistake versioning 2025-07-03 13:49:56 -04:00
Josh Patra
73827b5ee0 Merge branch 'firefox-port' of github.com:SoPat712/videospeed into firefox-port 2025-07-02 14:36:43 -04:00
Josh Patra
b07e7cb394 youtube embeds fixed and shortcuts 2025-07-02 14:36:39 -04:00
Josh Patra
c3166cf347 Update README.md 2025-06-22 01:30:24 -04:00
Josh Patra
77a25c4f1e Merge branch 'firefox-port' of github.com:SoPat712/videospeed into firefox-port 2025-05-22 16:22:19 -04:00
Josh Patra
3fee61d2b6 fixed the reset to 1.0 on pause 2025-05-22 16:22:15 -04:00
Josh Patra
b7684aad09 Update README.md 2025-05-20 03:48:10 -04:00
4 changed files with 428 additions and 503 deletions

View File

@@ -1,3 +1,7 @@
[![Add to Firefox](https://img.shields.io/badge/Add%20to-Firefox-orange?logo=firefox&logoColor=white)](https://addons.mozilla.org/en-US/firefox/addon/video-speed-controller-v1/)
# The science of accelerated playback
**TL;DR: faster playback translates to better engagement and retention.**
@@ -74,10 +78,10 @@ You can try manually disabling Flash from the browser.
[`igrigorik/videospeed`](https://github.com/igrigorik/videospeed) repository
is a port of [`igrigorik`](https://github.com/igrigorik)'s videospeed Chrome
add-on for Firefox. This fork modifies the Chrome add-on code so that it works
in Firefox. This repo is the code behind the [Firefox Extension](https://addons.mozilla.org/en-us/firefox/addon/videospeed/)
in Firefox. This repo is the code behind the [Firefox Extension](https://addons.mozilla.org/en-US/firefox/addon/video-speed-controller-v1/)
whereas the [`igrigorik/videospeed`](https://github.com/igrigorik/videospeed)
repository contains the code behind the [Chrome Extension](https://chrome.google.com/webstore/detail/video-speed-controller/nffaoalbilbmmfgbnbgppjihopabppdk).
### License
(MIT License) - Copyright (c) 2014 Ilya Grigorik
(MIT License) - Copyright (c) 2025 Josh Patra

921
inject.js

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
{
"name": "Video Speed Controller",
"short_name": "videospeed",
"version": "1.1.1",
"version": "1.2.1.0",
"manifest_version": 2,
"description": "Speed up, slow down, advance and rewind HTML5 audio/video with shortcuts",
"homepage_url": "https://github.com/SoPat712/videospeed",

Binary file not shown.