xftroxgpx
|
d36a82eea5
|
speed inc. from 0.06 to 0.10 not 0.16, fixes #198
|
2017-04-11 12:54:38 +02:00 |
|
Ilya Grigorik
|
f9d4e556df
|
remove lynda.com from blacklist
Closes #180.
|
2017-03-19 10:50:10 -07:00 |
|
Ilya Grigorik
|
ccdc4a9523
|
bump to 0.4.6
|
2017-03-19 10:47:42 -07:00 |
|
Ilya Grigorik
|
20c8952c1a
|
Merge pull request #189 from sainaen/patch-1
Fix browser_action.default_icon paths in manifest.json
|
2017-03-19 10:45:36 -07:00 |
|
Ilya Grigorik
|
59b2118716
|
Merge pull request #190 from sainaen/patch-3
Update screenshot in readme
|
2017-03-19 10:44:17 -07:00 |
|
Ivan Vyshnevskyi
|
ed6850b1ba
|
Update screenshot in readme
|
2017-03-19 01:15:33 +02:00 |
|
Ivan Vyshnevskyi
|
8e7963d02d
|
Fix browser_action.default_icon paths in manifest.json
|
2017-03-18 21:53:48 +02:00 |
|
The Metaist
|
02b2da0f97
|
use mouse wheel scroll to increase/decrease speed
|
2017-03-16 10:19:14 -04:00 |
|
Ilya Grigorik
|
37bd015112
|
add offset rule for Netflix
Closes #178.
|
2017-02-25 21:50:38 -08:00 |
|
Ilya Grigorik
|
684a516bad
|
update controller position selector for YT embeds
New player, new styles.. Closes #178.
|
2017-02-25 21:50:37 -08:00 |
|
Ilya Grigorik
|
686d2a1944
|
bump to 0.4.5
|
2017-02-25 21:50:37 -08:00 |
|
codebicycle
|
e38d2e3544
|
Fix reset playback speed
|
2017-02-06 15:40:24 +02: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
|
54f892dacf
|
Fix draggable
|
2017-02-06 11:43:03 +02:00 |
|
codebicycle
|
10e2c08e82
|
Fix control buttons
|
2017-02-06 11:23:24 +02:00 |
|
codebicycle
|
f1373a1225
|
Comment out reload_once function
|
2017-02-06 09:59:17 +02:00 |
|
codebicycle
|
2adfb92d3b
|
Replace chrome.extension.sendMessage with chrome.runtime.sendMessage
|
2017-02-06 09:33:56 +02:00 |
|
Ilya Grigorik
|
d4a466b2d1
|
Merge pull request #173 from siadat/remember-toggle-speed
save and restore toggleSpeed using chrome storage
|
2017-02-05 10:48:28 -08:00 |
|
Sina Siadat
|
472d84471e
|
save and restore resetSpeed using chrome storage
Fixes #169, again.
|
2017-02-01 13:30:53 +03:30 |
|
Ilya Grigorik
|
78ec8eeaf4
|
Merge pull request #170 from siadat/make-reset-key-toggle-speed
Make reset key toggle between 1x and last speed
|
2017-01-28 16:05:29 -08:00 |
|
Sina Siadat
|
9f00b5bec1
|
make reset key toggle between 1x and last speed
Fixes #169
|
2017-01-29 03:03:08 +03:30 |
|
Ilya Grigorik
|
d94f3cc58a
|
set minimum speed to 0.0625
Values below this threshold break some players - closes https://github.com/igrigorik/videospeed/issues/166.
|
2017-01-22 13:22:37 -08:00 |
|
Ilya Grigorik
|
70147ea97a
|
force controller visibility on mouse input
Closes https://github.com/igrigorik/videospeed/issues/160.
|
2017-01-02 22:28:49 -08: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
|
8300c3a8e9
|
bump to 0.4.4
|
2016-12-07 14:25:18 -08:00 |
|
Ilya Grigorik
|
05790085ff
|
clear dataset ID when removing controller
closes #155.
|
2016-12-06 19:30:09 -08:00 |
|
Ilya Grigorik
|
976210a2eb
|
bump to 0.4.3
|
2016-12-04 12:06:02 -08:00 |
|
Ilya Grigorik
|
ea7b013534
|
move the WebGL controller further down on YT
https://github.com/igrigorik/videospeed/issues/134
|
2016-12-04 12:02:35 -08:00 |
|
Ilya Grigorik
|
e8f9a1813b
|
fix and simplify drag position calculation
|
2016-12-04 11:52:45 -08:00 |
|
Ilya Grigorik
|
db314ef520
|
don't reinitialize active controllers
|
2016-11-29 08:55:19 -08:00 |
|
codebicycle
|
1b1ec08bca
|
Fix manifest file. Can be signed and installs on Firefox.
|
2016-11-21 22:04:42 +02:00 |
|
codebicycle
|
81c5b8a884
|
Fix shadow css, show buttons
|
2016-11-08 19:06:15 +02: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
|
ecba83c028
|
bump to 0.4.2
|
2016-09-15 21:15:01 -07:00 |
|
Ilya Grigorik
|
ec226f4ee1
|
Merge branch 'master' of github.com:igrigorik/videospeed
|
2016-09-10 09:14:23 -07:00 |
|
Ilya Grigorik
|
eaf7b78696
|
Merge pull request #142 from marshallaf/issue139
fix double controller on Coursera
|
2016-09-09 17:36:51 +00:00 |
|
Andrew Marshall
|
7e0ca9c97c
|
fix double controller on Coursera
|
2016-09-01 01:09:52 -05:00 |
|
Ilya Grigorik
|
9f4bfaa510
|
Merge pull request #141 from MizardX/issue140
Prevent intercepting typing in a textarea.
|
2016-08-28 15:10:27 -07:00 |
|
Markus Jarderot
|
3b2139d2d7
|
Prevent intercepting typing in a textarea.
|
2016-08-27 22:37:04 +02:00 |
|
Ilya Grigorik
|
3962007dbb
|
bump to 0.4.1
|
2016-08-16 21:17:04 -07:00 |
|
Ilya Grigorik
|
158039aaa9
|
fix the twitter blacklist default (no www)
|
2016-08-16 17:10:52 -07:00 |
|
Ilya Grigorik
|
221d107246
|
drop initialization flag on removed node
If the node is reattached later we want to rerun the initialization
logic to rebuild the controller.
Closes #135.
|
2016-08-16 17:04:29 -07:00 |
|
Ilya Grigorik
|
14e181388f
|
bump to 0.4.0
|
2016-07-29 11:12:32 -07:00 |
|
Ilya Grigorik
|
23813d3f15
|
fix black overlay on openai.com
Closes #130.
|
2016-07-29 11:01:43 -07:00 |
|
Ilya Grigorik
|
5949616238
|
Merge branch 'master' of github.com:igrigorik/videospeed
|
2016-07-29 10:43:24 -07:00 |
|
Ilya Grigorik
|
1784ea9f61
|
Merge branch 'drag-controller' of https://github.com/arao456/videospeed into arao456-drag-controller
Some cleanup + refactoring.
|
2016-07-28 23:30:42 +02:00 |
|
Ilya Grigorik
|
e01b7d7d29
|
Merge pull request #110 from wesbos/patch-1
Check for document before checking for readyState
|
2016-07-28 16:14:13 +02:00 |
|
Ilya Grigorik
|
c2878027bf
|
ignore modifier keys (except Shift)
closes #125
|
2016-07-28 16:05:14 +02: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 |
|