fast-scroll

Fast Scroll is a tiny but very handy browser extension that allows you to scroll through web pages faster.

MIT License

Stars
16

Bot releases are visible (Hide)

fast-scroll - 5.0 Latest Release

Published by hormesiel 4 months ago

⚙ Technical

  • Migrate to Manifest V3 (#22)

Full Changelog: https://github.com/flawyte/fast-scroll/compare/4.1...5.0

fast-scroll - 4.1

Published by flawyte 4 months ago

🚀 New features

  • Allow to use Alt Right as trigger key (726c323)

⚙ Technical

  • Update dependencies

https://github.com/flawyte/fast-scroll/compare/4.0...4.1

fast-scroll - 4.0

Published by flawyte almost 4 years ago

💫 Improvements

  • Settings : Moved extension's settings to an in-page pop-up instead of a full independent webpage that can be less accessible and less user-friendly (#7, a179f32, f04f068, d9ce432)

⚙ Technical

  • Updated dependencies (8c9f868)

3.1...4.0

fast-scroll - 3.1

Published by flawyte over 4 years ago

🚀 New features

  • rollback Re-added the ability to use Shift Left as trigger key (a3eb0af)

🐞 Bug fixes

  • Fixed a bug that prevented the extension from working consistently on Windows when using Alt Left (c5ab764)
  • Fixed a bug that prevented the extension from working at all on some websites (d4c52fc)

3.0...3.1

fast-scroll - 3.0

Published by flawyte over 4 years ago

Complete rewrite to fix bugs reported by users on the store, to have an up-to-date code and to be able to add new features more easily.

👋 Removals

  • Removed ability to use Shift Left as trigger key since it clashes with Chrome's horizontal scrolling feature (3836d61, cbc5806)

🚀 New features

  • Added an option to always scroll faster instead of having to press a key ; the trigger key will instead allow you to scroll slower (the exact opposite of the default behavior) (830b2bb)
  • It's now possible to scroll faster in subparts of pages too like text areas, code snippets, Trello boards and columns etc. (d303541)
  • Added an option to disable the extension on some URLs, for example if Fast Scroll causes scrolling problems on these websites (f14d763)

💫 Improvements

  • Settings : Enable the Save button only when form values changed (04cc0d5)

🐞 Bug fixes

  • Fixed console errors related to event.preventDefault() (3836d61)
  • Fixed broken scrolling when using AltLeft as trigger key (3836d61)
  • Fixed default Ctrl Left behavior (zoom in / out on page) not prevented when using it as trigger key (3836d61)
  • Fixed broken scrolling on somes websites like Trello and in some other cases where the scrollable area isn't the <body> nor the <html> element (d303541)
  • Fixed a bug where the extension would consider the trigger key as still pressed after tab-switching to another OS windows and returning to the page (4d26ac1, 8e886f7)

⚙ Technical

  • Updated dependencies (6bd9e91)
  • Switched from Webpack to Rollup (f468bc9)
  • Removed all usages of the material-components-web (MDC) library since I couldn't get it to work correctly, and replaced it with matter (f468bc9, 07871b3)
  • Rewrote in TypeScript (616d18a)
  • Removed legacy scrollFactor variable (8cbe892)
  • Rewrote the extension from scratch (3836d61, 541adbf, 830b2bb)

2.0...3.0

fast-scroll - 2.0

Published by flawyte about 6 years ago

Complete rewrite.

New feature: Added an option to select the key you want to press to increase scroll speed.
Supported keys: Left Alt, Left Ctrl, Left Shift

fast-scroll - 1.0.0

Published by flawyte about 6 years ago

Initial release.

Related Projects