All Projects → Dedas → linux-scroll-speed-fix

Dedas / linux-scroll-speed-fix

Licence: MIT License
A Chrome app that fixes the slow scroll speed in Chrome for Linux.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to linux-scroll-speed-fix

vue-next-level-scroll
Bring your scroll game to the next level!
Stars: ✭ 49 (+48.48%)
Mutual labels:  scroll
ccache-gui
macOS GUI helper for ccache
Stars: ✭ 52 (+57.58%)
Mutual labels:  speed
scrollparent.js
A function to get the scrolling parent of an html element.
Stars: ✭ 51 (+54.55%)
Mutual labels:  scroll
dom-locky
🙈🙉🙊 - the best way to scope a scroll, or literally any other event.
Stars: ✭ 18 (-45.45%)
Mutual labels:  scroll
ACarousel
A carousel view for SwiftUI | SwiftUI 旋转木马效果
Stars: ✭ 124 (+275.76%)
Mutual labels:  scroll
mtr-monitor
Simple MTR runner with grafana and influxdb on board
Stars: ✭ 48 (+45.45%)
Mutual labels:  speed
react-bottom-scroll-listener
A simple listener component that invokes a callback when the webpage is scrolled to the bottom.
Stars: ✭ 129 (+290.91%)
Mutual labels:  scroll
lovelace-plotly-graph-card
Highly customisable Lovelace card to display interactive graphs. Brings scrolling, zooming, and much more!
Stars: ✭ 38 (+15.15%)
Mutual labels:  scroll
ngx-scroll-to-first-invalid
Directive to scroll to first invalid form control inside an Angular form on submit
Stars: ✭ 27 (-18.18%)
Mutual labels:  scroll
fast-base64
Fastest base64 on the web, with Wasm + SIMD
Stars: ✭ 23 (-30.3%)
Mutual labels:  speed
speedcopy
Patched python shutil.copyfile to allow faster speeds on samba shares.
Stars: ✭ 13 (-60.61%)
Mutual labels:  speed
moment-cache
⏱ Simple utility to cache moment.js results and speed up moment calls.
Stars: ✭ 29 (-12.12%)
Mutual labels:  speed
autoptimize-unusedcss
Automatically Removes Unused CSS from your WordPress website
Stars: ✭ 13 (-60.61%)
Mutual labels:  speed
ng-mat-select-infinite-scroll
Infinite Scroll directive for angular material select component
Stars: ✭ 39 (+18.18%)
Mutual labels:  scroll
window-scroll-position
React hook for Window scroll position
Stars: ✭ 81 (+145.45%)
Mutual labels:  scroll
magic-scroll
Apple Magic Mouse scrolling effect for normal mouses
Stars: ✭ 43 (+30.3%)
Mutual labels:  scroll
volx-recyclerview-fast-scroll
An easy to use implementation for fast scroll recyclerview
Stars: ✭ 34 (+3.03%)
Mutual labels:  scroll
test-your-markup
Just a game, made for fun, to test developers HTML5 and JavaScript knowledge, and typing speed!
Stars: ✭ 12 (-63.64%)
Mutual labels:  speed
RocketXPlugin
🔥🔥 android 端编译加速插件🚀 自动识别未改动 module 并在编译流程中替换为 aar ,只编译改动模块,加速 Android apk 的编译速度。
Stars: ✭ 408 (+1136.36%)
Mutual labels:  speed
react-infinite-scroll-list
Manage infinite list with the IntersectionObserver API
Stars: ✭ 20 (-39.39%)
Mutual labels:  scroll

Linux Scroll Speed Fix

Download: Chrome web store package

DESCRIPTION

Fixes the slow scroll speed in Chrome for Linux by emulating the Windows scroll speed when the extension detects Linux. When it detects Windows it will disable itself.

The extension also allows for custom scroll speed values in both Windows and Linux.

All settings are saved locally in the browser to not mess with syncing between different systems.

FEATURES

  • Automatic "similar-to-Windows" scroll speed in Linux.
  • Custom scroll speed settings
  • Settings are saved locally in the browser

CHANGELOG

Version 1.7.2

  • Fixed Outlook scrolling

Version 1.7.1

  • Added Outlook 365 to exception list

Version 1.7.0

  • Fixed Youtube fullscreen scroll problems
  • Fixed images on Instagram not loading correctly when scrolling
  • Disabled scrolling plugin on Outlook until fix is found

Version 1.6.9

  • Made overflow fix compatible with fullscreen

Version 1.6.8

  • Made overflow fix apply more reliably

Version 1.6.7

  • Fixed overflow issue - again

Version 1.6.6

  • Fixed overflow issue

Version 1.6.5

  • Clarified some text
  • Removed some debug stuff

Version 1.6.4

  • Reworked icon and background color
  • Reworked change in 1.6.3 to no cause issues with certain sites.

Version 1.6.3

  • Forces OverflowX to be visible. Some sites hides this and this disables scrolling.

Version 1.6.2

  • Reworked protection against banners that change behaviour.

Version 1.6.1

  • Tab or tabs are now prompted to be refreshed if the plugin is disabled or enabled.
  • Updated icons to match the color theme.

Version 1.6.0

  • Refactored most of the code.
  • CSS Scroll smoothing toggling no longer needs refresh of window.
  • Minor bug fixes.

Version 1.5.3

  • Added indicator for if the extension is enabled or not
  • Changed so that the default behaviour in Windows (not custom) disables the extension.
  • Added tooltip for smooth scrolling.

Version 1.5.2

  • Reduced Chrome permissions needed
  • Minor bug fix

Version 1.5.1

  • iFrame security workaround

Version 1.5

  • Fixed banners messing with smooth scroll disable behavior

NOTES

iFrames from other domains will use default scroll speed due to security (same-origin-policy). There is to my knowledge nothing to be done about this without some clever rewrite that is currently above my head.

CSS smooth scroll behavior is disabled by default. To my knowledge, the true smooth scrolling seen in Windows and MacOS will only be available with real hardware acceleration. Google stated that this won't be avaible in Chrome for Linux. The future will tell.

Please report bugs with description and address to the site where you encountered it.

Send bug report here: https://github.com/Dedas/linux-scroll-speed-fix/issues

Settings

Default scroll speed values:

Linux = 1.9

Windows = 1.0 (extension is disabled by default)

MacOS = 1.0 (This needs testing!)

Thanks to

Based on gblazex/smoothscroll.

Fork of DemonTPx/chrome-scroll-speed.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].