Commit Graph

118 Commits

Author SHA1 Message Date
joshpatra 6d993edf50 feat(ui): configurable control bar, popup controls, and settings overhaul 2026-03-31 00:48:47 -04:00
joshpatra b4030f91dd feat: settings update 2026-03-30 16:25:03 -04:00
joshpatra 72f590cd02 fix: mouseover behavior 2026-03-29 18:18:02 -04:00
joshpatra 37d1831b8b feat: a minimal fix to try and close #17 2026-03-29 15:28:10 -04:00
joshpatra 03f5dbaa96 fix: import/export, and saving settings fixed 2026-03-29 14:43:25 -04:00
joshpatra 8b30005fb2 chore: swap versioning for Github and Firefox 2026-03-29 12:03:01 -04:00
joshpatra f385074905 chore: replace the default disabled websites with example domains 2026-03-28 19:15:37 -04:00
joshpatra a51801e7c3 fix: made hide with controls site-specific accidentally 2026-03-28 19:08:14 -04:00
joshpatra 2832598881 feat: add the 'Preferences' pane to the Addon Menu 2026-03-28 10:00:53 -04:00
joshpatra d44010f7a3 feat: Default controller location, easy moving of Controller with new shortcut 2026-03-28 03:21:50 -04:00
joshpatra be8342fa18 fix: nudge now works on YouTube embeds on sites like KhanAcademy, refactor: use querySelectorAll instead of recursively calling scanNodeForMedia on every element in the DOM 2026-03-28 01:57:14 -04:00
joshpatra b96d1a62ec Fix YouTube hover controls & improve nudge indicator UX 2026-03-28 01:21:35 -04:00
joshpatra ab85de0a0f fix: separate Speeder from yt autohide, ignore temp folder with magnus fork to reduce size, update build.py 2026-03-26 18:43:34 -04:00
joshpatra 64f30a04c0 chore: version bump 2026-03-26 13:53:43 -04:00
joshpatra f34ad12b88 feat: Changed name to Speeder 2026-03-23 13:23:00 -04:00
joshpatra 6765a6e131 fix(z-index): accidentally left the z-index at 99999, meaning it was showing above all elements on the page 2026-03-23 02:24:44 -04:00
joshpatra f5692e659c fix(detection+reliability): better at recognizing oddly sourced videos, better at not losing track of its speed, better at hiding properly, redid keyboard shortcut mechanism for more stability, added a version number to the settings and menu, hopefully fixed bugs surrounding skipping/pausing resetting the speed 2026-03-21 11:25:56 -04:00
joshpatra ef86a70ca5 general performance updates 2025-11-25 10:44:52 -05:00
joshpatra 5009e83f62 updates for gpu usage 2025-11-19 14:11:55 -05:00
joshpatra 05a8adef80 gitignore update 2025-09-25 18:12:01 -04:00
joshpatra 01b9b576eb dark mode 2025-07-22 13:19:14 -04:00
joshpatra 3fed3b425e add feature in popup to force search for videos, on websites that it doesn't show up on 2025-07-18 18:00:06 -04:00
joshpatra d89853b4d2 Better speed controlling logic, more selective speed reapplication 2025-07-06 22:56:48 -04:00
joshpatra 1277750716 versioning stuff 2025-07-03 15:28:21 -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 2025-07-03 13:49:56 -04:00
joshpatra b07e7cb394 youtube embeds fixed and shortcuts 2025-07-02 14:36:39 -04:00
joshpatra 3fee61d2b6 fixed the reset to 1.0 on pause 2025-05-22 16:22:15 -04:00
joshpatra 43dc8b773b fix appear after hiding 2025-05-19 13:15:20 -04:00
joshpatra 2d8a4fc25f add nudge to settings 2025-05-19 12:54:35 -04:00
codebicycle 33af93d641 Update version in manifest 2021-04-06 18:59:25 +03: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
codebicycle 86545a6a34 Merge upstream 0.6.3 2021-02-06 10:01:27 +02:00
codebicycle 9f2e8af665 Merge upstream 2020-04-09 22:20:51 +03: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 8ad70d5f9f Merge upstream up to 0.5.9 2020-03-26 19:16:39 +02:00
Chad Bailey 9b8f9dfbae Added ratechange blocklist to fix #72 #521 and #584 2020-03-01 22:11:55 -06:00
Jonathan Dawson 72c4e49fbc bump to 0.6.0 in order to run the github action to upload to the store. 2020-02-28 12:48:14 -06: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
Ilya Grigorik 0389c61db7 bump to 0.5.9 2020-01-13 21:45:05 -08:00
Ilya Grigorik 9f23270bf2 bump to v0.5.8 2019-12-23 14:53:47 -05:00
Ilya Grigorik fb5c2ea330 bump version to 0.5.6 2019-04-26 21:32:43 -07: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 5e401d673f bump to 0.5.4 2019-02-24 22:12:26 -08:00