Commit Graph

23 Commits

Author SHA1 Message Date
codebicycle
91e809e1bf Revert "Allow users to sync preferences to different profiles"
This reverts commit 884ed10bba.
2017-11-10 20:37:23 +02:00
codebicycle
884ed10bba Allow users to sync preferences to different profiles
Keep settings as we transition to storage.sync.
Replace chrome.storage.local with chrome.storage.sync.
2017-11-06 15:09:13 +02:00
codebicycle
2e1f7952ca Fix options page's numeric inputs
Rewind Time (s)
Advance Time (s)
Speed Change Step
2017-04-20 22:36:03 +03:00
codebicycle
228834cec7 Merge branch 'master' into update
# Conflicts:
#	manifest.json
2017-04-20 19:18:00 +03:00
J. B. Rainsberger
b3db296c0a Playback at "fast" speed (#203)
Added new custom key ("G") to jump to a favorite "fast speed", which is also configurable.
2017-04-17 22:03:29 -07:00
codebicycle
1c57bb68d6 Merge branch 'master' into webextensions-port
# Conflicts:
#	inject.js
2017-02-06 12:11:27 +02:00
codebicycle
4c09ca4e02 Remove reload_once 2017-02-06 11:44:34 +02:00
codebicycle
f1373a1225 Comment out reload_once function 2017-02-06 09:59:17 +02:00
Ilya Grigorik
4a3d170f84 new option to hide controller by default
When enabled controller visibility in 'manual' mode: to hide/unhide the
user needs to use the configured shortcut keys.

Closes https://github.com/igrigorik/videospeed/issues/156.
2016-12-22 17:13:48 -08:00
codebicycle
58429f5878 WebExtensions port Minimum Viable Product. Works in Firefox
- comment out chrome.extension.sendMessage
- rename chrome.storage.sync to chrome.storage.local
- remove createShadowRoot
- add reload_once function
2016-11-08 16:19:46 +02:00
Ilya Grigorik
158039aaa9 fix the twitter blacklist default (no www) 2016-08-16 17:10:52 -07:00
Ilya Grigorik
3cadcb5463 shortcut to hide/show controller
If manual control is used we override default youtube autohide behavior
and yield control to the user.

Closes #104, #123.
2016-07-28 15:27:36 +02:00
Ilya Grigorik
fce4d611b8 add user defined blacklist
Moving some of the previously blacklisted sites to user controlled
blacklist. Remaining sites in manifest are blocked due to interop
issues.

Closes #121.
2016-07-28 13:28:40 +02:00
Alexey Kudrow
c7d7df2c1d Fixes igrigorik/videospeed#89 2016-03-11 11:44:59 +07:00
Кудров Алексей Владимирович
5d0011130f Keypress event changed to keydown. It allows to control the extension with different keyboard layouts. 2016-02-11 14:38:45 +07:00
Ilya Grigorik
8850fd82e2 change default ff/rew keys to z & x 2015-11-07 15:01:36 -08:00
DalJeanis
a72e07df9a Add advance capability; Allow Changes when paused 2015-06-25 15:15:28 -05:00
Ilya Grigorik
42c357804d add shortcut to reset playback speed 2015-05-17 20:42:23 -07:00
Ilya Grigorik
e48fc969c0 fix settings page, closes #9 2014-08-25 13:19:54 -07:00
Radu Filip
8dd9d26af7 Minor adjustments
Changed the default value for Remember Playback Speed to 'false'
2014-08-16 17:55:29 +01:00
Radu Filip
e366a38355 Added "Remember Playback Speed" option
Option to control the use of the last video's playback speed for a newly
loaded video
2014-08-16 17:18:52 +01:00
Radu Filip
dfb86cd287 Options Page adjustments
Implemented the adjustments suggested by Ilya: default values
adjustments, input validation, UI
2014-08-16 11:53:34 +01:00
Radu Filip
d3ab0a194e Added Options Page
Added Options Page allowing user to customize shortcuts and other
parameters
2014-08-15 00:26:35 +01:00