Commit Graph

38 Commits

Author SHA1 Message Date
Josh Patra
2d8a4fc25f add nudge to settings 2025-05-19 12:54:35 -04:00
Andrei Chelaru
7010544b4b Merge pull request #101 from andreacc/patch-1
Fix in eventCaller for when an element don't have a classList.
2021-02-06 10:04:11 +02:00
codebicycle
86545a6a34 Merge upstream 0.6.3 2021-02-06 10:01:27 +02:00
André
7af9aca418 Fix in eventCalled
For when an element don't have a classList. It was giving an error. Just a little fix.
2020-06-21 20:10:14 -03:00
codebicycle
9f2e8af665 Merge upstream 2020-04-09 22:20:51 +03:00
Gitoffthelawn
92c004f1dd Options JavaScript Improvements
1. Remove blank line in exceptions list
2. Remove deprecated website (vine.co)
3. Grammatical consistency
2020-03-28 02:18:47 -07:00
codebicycle
a84d7bdf5c Re-add support for Firefox keys -, + and ; 2020-03-28 07:54:37 +02:00
Chad Bailey
dde52368a2 Far better fix now utilizes a short cooldown window after issuing a speed change command 2020-03-03 22:58:13 -06:00
Chad Bailey
9b8f9dfbae Added ratechange blocklist to fix #72 #521 and #584 2020-03-01 22:11:55 -06:00
Chad Bailey
eaf5ac47f3 A few small fixes #586 (#591)
* Trimmed trailing whitespace
* Fixed erroneous newline at beginning of blacklist
* Fixed erroneous instructions for adding remote in contribution guide (Fixes #586)
2020-02-15 14:11:57 -08:00
Chad Bailey
55500fc010 Feature/578 prettier.io formatting (#585)
* Reformatted codebase using prettier.io (should not change functional behavior)
* Formatted README.md, added CONTRIBUTING.md, .prettierrc configuration file, and installed pre-commit hook
2020-02-08 23:26:10 +01:00
Chad Bailey
ac7471edfc Allow regex in blacklist fixes #167 #542 (#546)
* Allow regex in blacklist fixes #167 #542
* Added protection against invalid regex causing failed initialization
* Added regex input validation
2019-11-25 13:43:05 -08: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
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
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
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
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
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
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
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