Commit Graph

449 Commits

Author SHA1 Message Date
joshpatra 01b9b576eb dark mode v1.6.2 2025-07-22 13:19:14 -04:00
joshpatra 893c811802 CPU usage fix since nudging didn't stop properly 2025-07-22 12:17:54 -04:00
joshpatra 3fed3b425e add feature in popup to force search for videos, on websites that it doesn't show up on v1.5.1 2025-07-18 18:00:06 -04:00
joshpatra d89853b4d2 Better speed controlling logic, more selective speed reapplication v1.5.0 2025-07-06 22:56:48 -04:00
joshpatra d94ab958d5 failing to appear, making it more consistent v1.4.5 2025-07-06 19:40:25 -04:00
joshpatra 1277750716 versioning stuff v1.4.2 2025-07-03 15:28:21 -04:00
joshpatra 247a46d430 I'm stupid, the problem was resuming, not pausing v1.4.1 2025-07-03 15:14:19 -04:00
joshpatra 703658335c version bump but still broken 2025-07-03 15:02:38 -04:00
joshpatra b2ed0fcb41 add deploy script 2025-07-03 14:49:52 -04:00
joshpatra 3dfee251ec fix pause reset 2025-07-03 14:42:25 -04:00
joshpatra 8e0183d8af general fixes, mistake versioning v1.2.1 2025-07-03 13:49:56 -04:00
joshpatra 73827b5ee0 Merge branch 'firefox-port' of github.com:SoPat712/videospeed into firefox-port v1.1.3 2025-07-02 14:36:43 -04:00
joshpatra b07e7cb394 youtube embeds fixed and shortcuts 2025-07-02 14:36:39 -04:00
joshpatra c3166cf347 Update README.md 2025-06-22 01:30:24 -04:00
joshpatra 77a25c4f1e Merge branch 'firefox-port' of github.com:SoPat712/videospeed into firefox-port v1.1.2 2025-05-22 16:22:19 -04:00
joshpatra 3fee61d2b6 fixed the reset to 1.0 on pause 2025-05-22 16:22:15 -04:00
joshpatra b7684aad09 Update README.md 2025-05-20 03:48:10 -04:00
joshpatra 43dc8b773b fix appear after hiding v1.1.1 2025-05-19 13:15:20 -04:00
joshpatra 2d8a4fc25f add nudge to settings 2025-05-19 12:54:35 -04:00
joshpatra 278baa1a05 youtube subtitle fix v1.0.0 2025-05-17 02:16:11 -04:00
Andrei Chelaru da0eaad79e Merge pull request #147 from gene1wood/patch-1
Add FAQ note about why this fork exists
2021-07-17 08:02:26 +03:00
Gene Wood 931e5fd6e5 Add FAQ note about why this fork exists 2021-05-12 09:11:43 -07:00
codebicycle 33af93d641 Update version in manifest 2021-04-06 18:59:25 +03:00
Andrei Chelaru 46a758964f Merge pull request #134 from BreezeZin/fix-controls-not-showing
Fixed controls not showing on youtube videos.
2021-04-06 18:53:16 +03:00
BreezeZin d652e4ec18 Fixed controls not showing on youtube videos.
Only add the nosource class if the video has no
src or currentSrc.
2021-03-25 10:41:20 +10:00
codebicycle f06bc38253 Revert to rounded-square buttons 2021-02-07 21:17:02 +02:00
codebicycle b1b3b2b36a Revert to fix positioning issue 2021-02-06 21:50:47 +02:00
codebicycle 2b2bcd5251 remove activeTab permission 2021-02-06 10:57:15 +02: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
Andrei Chelaru 3975b74d27 Merge pull request #88 from teldosas/patch-1
Replace onLoad  with addEventListener
2020-04-26 14:16:03 +03:00
Aristotelis Dossas 732e07e30d Replace onLoad with addEventListener
Addresses #16
2020-04-22 17:32:31 +03:00
codebicycle 3a289e30aa Remove getShadow() 2020-04-09 22:50:32 +03:00
codebicycle 9f2e8af665 Merge upstream 2020-04-09 22:20:51 +03:00
Chad Bailey 3a183e9f37 Merge pull request #619 from Gitoffthelawn/patch-4
Manifest Improvements
2020-03-28 20:59:23 -05:00
Chad Bailey bb8be66965 Merge pull request #620 from Gitoffthelawn/patch-5
Options JavaScript Improvements
2020-03-28 20:56:54 -05:00
Chad Bailey 98a03f39ec Merge pull request #621 from Gitoffthelawn/patch-7
Improvements to Options page
2020-03-28 20:56:24 -05:00
Chad Bailey 55f2b3008b Merge pull request #623 from cristiancundari/patch-1
Fixing #609
2020-03-28 20:54:47 -05:00
cristiancundari 44fda63a53 Fixing #609 2020-03-28 16:46:57 +01:00
Gitoffthelawn c6fbdc70d4 Update options.html
Thank you for the great extension.  Here are some improvements to the Options page.
2020-03-28 02:32:32 -07: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
Gitoffthelawn 66cd77f572 Manifest Improvements
1) Removed deprecated URL.
   a. That old hitbox.tv URL does redirect somewhere else now.  Does that site need to be excluded?
   b. Why are sites excluded here vs. being added to the default exclusions list in Options?
2) Shortened description and added "audio" to reflect new functionality
3) The Firefox fork of this extension benefits from adding:
     "options_ui": {
         "page": "options.html"
     }
Would it hurt to add that to this manifest too?
2020-03-28 02:09:28 -07:00
codebicycle a84d7bdf5c Re-add support for Firefox keys -, + and ; 2020-03-28 07:54:37 +02:00
codebicycle 97512619c1 Add extension id 2020-03-26 21:46:59 +02:00
codebicycle 0a2e537035 Fix CSS 2020-03-26 21:34:57 +02:00
codebicycle db769f44df Fix typo 2020-03-26 21:34:44 +02:00
codebicycle 8ad70d5f9f Merge upstream up to 0.5.9 2020-03-26 19:16:39 +02:00
Ilya Grigorik 884be009a4 update chrome action 2020-03-25 22:12:36 -07:00
Chad Bailey b1cc599812 Merge pull request #604 from ChadBailey/bugfix/584-twitch-not-working
Added ratechange cooldown to fix #72 #521 and #584
2020-03-22 12:08:26 -05:00