Commit Graph

399 Commits

Author SHA1 Message Date
Ilya Grigorik
ce2df93797 bump to 0.2.8 (bugfix release)
- numpad and punctuation key fixes
- don't hide controller after keyboard input
2016-03-27 14:04:15 -07:00
Ilya Grigorik
444b35a2fd add vine.co to exclusion list 2016-03-27 11:35:36 -07:00
Ilya Grigorik
e2f7dbf0f1 don't change controller visibility on keyboard input
- We do want to set it to visible in case it's hidden
- We don't want to set it to 'hidden' because then hover commands can't
  bring it back to visible state (e.g. YouTube player)

Fixes https://github.com/igrigorik/videospeed/issues/91.
2016-03-27 11:18:30 -07:00
Ilya Grigorik
e220234c4c Merge pull request #96 from alexkudrow/master
Fixed issue with numpad and punctuation keys
2016-03-27 10:43:44 -07:00
Alexey Kudrow
c7d7df2c1d Fixes igrigorik/videospeed#89 2016-03-11 11:44:59 +07:00
Alexey Kudrow
0dbcf90862 Merge pull request #1 from igrigorik/master
Update
2016-03-06 14:00:09 +07:00
Ilya Grigorik
d4ce159d9d update shortcuts 2016-03-03 20:00:47 -08:00
Ilya Grigorik
bfb58a749d bump to 0.2.7 2016-03-03 19:54:21 -08:00
Ilya Grigorik
2e5d4981dc disable on short-loop videos (instagram, twitter) 2016-02-27 16:42:58 -08:00
Ilya Grigorik
ebfd1f36bd add FAQ to readme 2016-02-27 16:14:37 -08:00
Ilya Grigorik
277ce019ee blacklist teamtreehouse.com, see #72 2016-02-27 16:08:24 -08:00
Ilya Grigorik
e1864c156e Merge pull request #86 from AKtor/master
Keypress event changed to keydown. It allows to control the extension with different keyboard layouts
2016-02-27 15:54:11 -08:00
Ilya Grigorik
bb6e772867 Merge pull request #87 from ElijahLynn/exclude-new-hangouts-url
Add new hangouts.google.com URL to excluded matches.
2016-02-22 07:56:16 -08:00
Elijah Lynn
fa9d3aa380 Add new hangouts.google.com URL to excluded matches.
Sometimes, but not all the time, I end up at hangouts.google.com instead
of plus.google.com. I think this is part of Google's move to decouple
Google Plus from the Hangouts service.

Resolves #81.
2016-02-22 10:42:41 -05: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
b0e49e4a34 Merge pull request #80 from oggy/frames2
Control videos in iframes
2016-02-09 02:45:01 -08:00
Ilya Grigorik
53bf4e78d8 Merge pull request #79 from oggy/fix-error
Fix variable name.
2016-01-19 07:28:08 -08:00
George Ogata
ed79c8e860 Apply controller to videos in all accessible iframes. 2016-01-18 04:14:30 -05:00
George Ogata
0fde1a3cc9 Extract videoController definition, scope to video's ownerDocument. 2016-01-18 04:14:20 -05:00
George Ogata
f1827ba630 Fix variable name. 2016-01-18 04:08:27 -05:00
Ilya Grigorik
20fc3472eb bump to 0.2.6 2015-11-07 21:34:41 -08:00
Ilya Grigorik
ca0f446d2f show controller on keyboard input 2015-11-07 21:24:01 -08:00
Ilya Grigorik
b99bc84906 round speed, set relative position 2015-11-07 15:37:24 -08:00
Ilya Grigorik
88cf0c86ca adding hitbox to exclusion list (flash only) 2015-11-07 15:26:14 -08:00
Ilya Grigorik
8850fd82e2 change default ff/rew keys to z & x 2015-11-07 15:01:36 -08:00
Ilya Grigorik
0862b14308 collapse controller when hidden 2015-11-07 14:30:42 -08:00
Ilya Grigorik
37e2d32ace ignore keypress on contenteditable 2015-11-07 12:27:34 -08:00
Ilya Grigorik
e405a5cdbb adapt speed controller to new YT player 2015-11-07 12:13:39 -08:00
Ilya Grigorik
4b99ec9f23 Merge pull request #57 from joshdance/patch-1
Updated READ.me with tip for Wistia vids
2015-08-13 09:23:25 -07:00
Joshua Dance
f4c157dd43 Updated READ.me with tip for Wistia vids
Wistia works, just have to refresh the page after you switch to HTML5. I couldn't get it to work for a while, so added to the doc to prevent future pain. 😀
2015-08-13 10:22:30 -06:00
Ilya Grigorik
5e707d9c1a Merge pull request #49 from DalJeanis/master
Add advance capability; Allow Changes when paused
2015-07-08 11:28:55 -07:00
DalJeanis
a72e07df9a Add advance capability; Allow Changes when paused 2015-06-25 15:15:28 -05:00
Ilya Grigorik
88198436e6 disable on Lynda (bug)
Some odd interaction with Angular is causing an infinite loop and
freezes the tab.

https://github.com/igrigorik/videospeed/issues/47
2015-06-13 18:59:55 -07:00
Ilya Grigorik
807c5433ac bump to 0.2.5 2015-06-08 22:21:49 -07:00
Ilya Grigorik
88d3c288f7 Merge pull request #46 from oggy/master
Update our speed setting when the speed is changed externally.
2015-06-01 23:32:54 -07:00
Ilya Grigorik
209cee8079 remove tc-videoHost class inject: noop 2015-06-01 23:07:47 -07:00
Ilya Grigorik
170a5f5761 add instructinos for enabling local playback 2015-06-01 22:40:30 -07:00
George Ogata
e75f4f0c60 Don't update our video speed setting before the video is loaded.
In this state, the playback rate is always 1, as we haven't had a chance
to update it yet (which currently happens in the play callback).

Fixes speed setting when jumping between YouTube videos.
2015-05-31 03:54:57 -04:00
George Ogata
7031049819 Update our speed setting when the speed is changed externally.
e.g. Coursera videos have their own speed controls. If the speed
is changed from A to B via their controls, then the video is
paused & resumed, our play callback would reset the speed to A.

We now ensure our speed setting is accurate by updating it in the
ratechange callback, which happens no matter how the speed is
updated.
2015-05-24 03:26:53 -04:00
Ilya Grigorik
5c4c9eb53e add faq to configure page 2015-05-17 20:49:55 -07:00
Ilya Grigorik
42c357804d add shortcut to reset playback speed 2015-05-17 20:42:23 -07:00
Ilya Grigorik
9a7cd25d50 add explicit hide/close button 2015-05-14 23:42:12 -07:00
Ilya Grigorik
878af302c0 add styles for new YT player, closes #43 2015-05-14 23:04:03 -07:00
Ilya Grigorik
7f7cca0f0e fix overlap with YT 3D controls, closes #41 2015-05-03 09:08:29 -07:00
Ilya Grigorik
3848d4cb4c bump to 0.2.4 2015-04-07 22:06:32 -07:00
Ilya Grigorik
ff72e97c9d don't shift controller if .hide-info-bar is set 2015-04-07 22:06:00 -07:00
Ilya Grigorik
f37685b289 Merge pull request #35 from jordn/respect-remember-speed-setting
Respect rememberSpeed setting
2015-04-02 21:10:35 -07:00
Jordan Burgess
215ef4742c Respect rememberSpeed setting
Playback was retaining the playback speed between videos even with the
‘remember speed’ setting unchecked.
2015-04-03 01:21:34 +01:00
Ilya Grigorik
47862e32b9 Merge pull request #30 from ElijahLynn/patch-1
Update README.md with typo & grammar improvements
2015-04-02 10:26:33 -07:00
Elijah Lynn
8600c39ed8 Update README.md with typo & grammar improvements
* Change 'lower' to 'decrease' to match the 'increase' option.
* Fix typo in 'increse'.
* Change 'second' to 'seconds'.
2015-04-02 13:25:38 -04:00