Commit Graph

401 Commits

Author SHA1 Message Date
Jonathan Dawson
349279013d fix ReferenceError 2019-11-09 14:03:24 -06:00
Jonathan Dawson
da96a33c95 change the input for shadowMutations function 2019-11-09 13:06:26 -06:00
Jonathan Dawson
f5280b44af imported shadowMutations from ally.js 2019-11-09 12:38:18 -06:00
Jonathan Dawson
71c11ddeb8 initial commit for apple tv plus bugfix. 2019-11-09 11:34:08 -06:00
jacobcolbert
ec9f3f6d20 Merge pull request #533 from thewheat/show-hide-controller-disable-website-keybinds
Add ability to disable website keybindings for show/hide controller (Fixes: #526)
2019-10-20 15:38:26 -04:00
Timothy Lim
c3f44db1bf Add ability to enable/disable from toolbar (#528)
* Add ability to enable/disable from toolbar
2019-10-18 21:28:52 +02:00
Timothy Lim
29788ba82a Make shortcuts consistent 2019-10-18 20:05:58 +08:00
Timothy Lim
a01f397d36 Add ability to use arrows and Function keys for shortcuts (Fixes: #532) (#534)
* Add ability to use arrows for shortcuts
* Add support for function keys
2019-10-16 23:17:13 +02:00
Timothy Lim
823a24475c Add ability to disable website keybindings for show/hide controller 2019-10-11 17:29:55 +08:00
Timothy Lim
49e9f4b78d Use .currentSrc instead of .src to correctly identify video (#529) 2019-10-05 16:54:11 -07:00
Joe Lencioni
5641369385 Add teams.microsoft.com to default blacklist (#495)
Microsoft Teams is used for video conferencing, and this extension
causes all of the videos to be half cut off. I think it would be a good
idea to add it to the default blacklist.
2019-08-03 11:09:23 -07:00
Gabriel Mawhinney
e84878d215 Add feature to change controller opacity (#478)
* Add option for changing controller opacity
2019-05-21 21:23:22 -07:00
jacobcolbert
568282a106 Use built in pause() and play() (#475)
Fix #474 and #428
2019-05-18 07:56:39 -07:00
jacobcolbert
d8965f644c Add feature to jump to marker (#471)
* Add options for setting marker and jumping to marker
* Correct "mute" to "muted"
2019-05-05 21:41:16 -07:00
jacobcolbert
e91b4c9cdb Fix whitespace issue in blacklist (#472)
* Change regex to no longer merge on blank lines
2019-05-05 21:38:12 -07:00
jacobcolbert
e6835f39ff Hide controller for videos with no source (#467)
* Check for source upon initialization
* Hide controllers for videos with no source.
  - Create a MutationObserver for each video to watch for source changes.
2019-05-04 09:26:43 -07:00
jacobcolbert
04eaa51cda Fully remove videoController on video removal (#469)
* Check if video is part of DOM before removing
* Fully remove controller when video is removed
 - Remove eventListeners registered by controller when deleted. 
 - Store reference to functions to allow this
* Give each videoController object a reference to the visible controller div
2019-05-01 23:06:06 -07:00
Ilya Grigorik
2310423c94 cleanup formatting + comments 2019-04-26 21:38:18 -07:00
Ilya Grigorik
fb5c2ea330 bump version to 0.5.6 2019-04-26 21:32:43 -07:00
jacobcolbert
3c133810b9 Let each controller can track its own speed (#463)
Prevent source changes from changing speed in same video container.
2019-04-26 21:32:18 -07:00
jacobcolbert
4b112362f4 Check that controller still exists before showing (#452)
* Check that controller still exists before showing
2019-04-26 21:30:53 -07:00
jacobcolbert
a159fa4013 Update the tc.settings.speed on rateChange (Fix #455) (#458)
* Update the tc.settings.speed on rateChange (Fix #455)
* Refactor speed to lastSpeed
2019-04-24 19:47:50 -07:00
jacobcolbert
5fec357d2e Add support for audio (#454)
* Add speed controler for audio
* Add additional checks for audioBoolean
* Change video to media
2019-04-21 07:43:54 +09:00
Ilya Grigorik
7bfa8a9985 cleanup formatting 2019-04-19 23:20:34 +09:00
jacobcolbert
005fceac83 Fix issue where youtube resets speed when fullscreen (#447)
* Fix issue where youtube resets speed
Track the speed of a video based on its source at time of last
ratechange. Newly initialized videos with same source automatically
will use the same speed as previous video with that source.

* Make controller button press only affect that controller
* Remove deprecated settings
* Initialize speed on Play if not yet initialized
2019-04-19 23:14:48 +09:00
jacobcolbert
40be1c528d Match on about:blank pages and iframes (Fix #448) (#453)
* Match on about:blank pages and iframes (Fix #448)
2019-04-19 11:38:02 +09:00
Ilya Grigorik
da52cde172 update min/max references, closes #409 2019-04-18 23:25:30 +09:00
fent
f11a257de3 fix detecting video on plex (#434) 2019-02-26 21:12:25 -08:00
Ilya Grigorik
5e401d673f bump to 0.5.4 2019-02-24 22:12:26 -08:00
Ilya Grigorik
5972cbdd22 remove sendMessage wrapper
Discussion: https://github.com/igrigorik/videospeed/issues/339
2019-02-17 11:39:21 -08:00
Ilya Grigorik
26f85e7fbb update and cleanup readme 2019-01-05 17:22:14 -08:00
Brett Cooper
2f11faddb3 Added extra information about shortcut keys and how to customize them. (#419)
* Update README.md

Added extra information about shortcut keys and how to customize them.
2019-01-05 17:03:31 -08:00
Can Arslan
7c633f3986 Ignore key event without vsc (#405)
It was causing problem with force disable key bindings and it will fix it.
2018-12-15 09:25:20 -08:00
Can Arslan
e24b95dd84 Allow user to define custom shortcuts #347 (#399)
- Over-all working structure changed
- tc.settings.keyBindings array added
- Options page changed
Clean up of #350
2018-12-11 22:31:44 -06:00
Can Arslan
ecca27f0c0 fixes #381: YouTube full screen title overlap (#392) 2018-12-11 22:22:40 -06:00
Can Arslan
8547a95a16 Fix for Chrome 71 touch events bug (#397)
* Fix for Chrome 71 touch events bug

Fixes #389, #396, #395, #394 (duplicates)
Also fixes #213 video control panel disappears sometimes after click which was caused by double clicking was canceling. this issue was most commented issue.

* Update inject.js
2018-12-11 22:03:50 -06:00
Rongjian Zhang
86ccce0a86 fix: replace deprecated createShadowRoot with attachShadow (#386)
fix #384
2018-11-05 11:43:46 -05:00
Ilya Grigorik
0256ccb593 facebook.com: move controls lower to avoid overlap with player
Closes #372
2018-09-06 21:38:27 -07:00
Ilya Grigorik
0ad52bbed9 bump to 0.5.2 2018-07-01 12:18:16 -07:00
Ilya Grigorik
8b9c7de29e ignore local 2018-07-01 12:12:01 -07:00
Ilya Grigorik
cb6d325723 expand Google Hangouts wildcard; disable VSC on Hangouts 2018-06-16 09:58:24 -07:00
Can Arslan
4e96e57e7d Update inject.js (#346) 2018-06-16 09:39:46 -07:00
Ilya Grigorik
1718872d98 fix missing function keyword 2018-05-18 12:04:38 +01:00
Ilya Grigorik
912165605c bump to 0.5.1 2018-05-17 12:39:31 +02:00
Can Arslan
bcf3a0716f unclickable overlay fix on reddit video - #315 (#325)
* Overlay on reddit fix - #315 
 - not fixing "in the middle of the video" part
2018-05-15 05:42:22 -07:00
Can Arslan
e84e19069d fixes #332 with adding keydown listener to parent (#334)
fixes #332
this adds keydown listener to parent document if there is one.
it does not use background files which uses unnecessary ram
2018-05-15 00:20:42 -07:00
codebicycle
51cf771614 Bump version 2018-04-14 13:48:28 +03:00
codebicycle
e0e81ff05e Merge upstream
# Conflicts:
#	inject.js
2018-04-14 13:31:08 +03:00
codebicycle
f6a9214cfb Fallback if requestIdleCallback is not available 2018-04-14 12:43:08 +03:00
Can Arslan
0999acc7fc Fix for #326 (#327)
* Fix for #326, #269, #309
 - previous approach disabled controller for local playback
2018-04-13 01:52:41 -04:00