|
|
|
|
|
by veganjay
563 days ago
|
|
I'm also curious if this functionality is possible to achieve through browser configuration. Alternatively, a browser extension could potentially provide a helpful solution. I suspect the implementation may vary on a case-by-case basis. The example [1] on the page utilizes the luxy.js [2] library. For this specific page [1], I found that I can disable the smooth scrolling behavior by running the following command in the developer tools console: luxy.init({ wrapperSpeed: 1.0}); 1. https://dontfuckwithscroll.com/smooth.html 2. https://min30327.github.io/luxy.js/ |
|