An extension for Google Chrome that makes it possible to to scroll pages as if the scrollbar was right under your pointer. Just press the configured mouse button and move the mouse.
If you want grab-and-drag style scrolling, just set it up in the options.
The extension is based on the Wet Banana extension and inspired by Scrollbar Anywhere for Firefox.
- Allows the extension to be properly enabled when disabled.
- Support future versions of Chrome with Manifest V3.
- Prevent the configured extra keys from interfering with scrolling.
- Stop gliding when a key is pressed or the mouse wheel is scrolled.
- Fix a bug where the default mouse click actions were incorrectly prevented.
- Fix a bug where having an empty blacklist would disable the extension for
file:///
URLs.
- Fix scrolling on some sites in Chrome v61+, by using
document.scrollingElement
as the outmost scrolling element, instead ofdocument.body
, even ifdocument.body
seems scrollable.
- Fix scrolling in Chrome v61+, by using
document.scrollingElement
as the outmost scrolling element, instead ofdocument.body
.
- Fix scrolling in Chrome v60+, by looking at the
buttons
property of themousemove
event.
- Add a blacklist, allowing users to disable scrolling on certain domains.
- Fixed a bug where settings in open multi-frame tabs were not updated.
- Fixed a bug where settings in open tabs were not updated.
- Fixed a bug where left-clicking would leave dragging enabled on some web pages.
- Fixed a bug where left-clicking would leave dragging enabled.
- Fixed gliding in Chrome v49+.
- Allow the extension to be used on file paths.
- Changed mouse cursor to grabbing when dragging. Thanks to koMah.
- Fixed compatibility issues related to Change Colors extension
- Compatibility fixes for future versions of Chrome.
- Now enables clicks on gmail buttons (and similar) when scrolling with left mouse button.