RichKMLS / Scrollbar-Fixer

Scrollbar Fixer is a user script that restores the default behavior of scrollbars on any website. It prevents scrollbars from being hidden or modified by other scripts or stylesheets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scrollbar Fixer

Scrollbar Fixer is a user script that restores the default functionality and appearance of scrollbars on any website. It prevents scrollbars from being hidden, overridden or manipulated by other scripts or stylesheets.

Features

  • Ensures that the document and body elements display scrollbars only when necessary
  • Overrides any CSS rules that modify scrollbars
  • Retrieves the current scroll position of the document element
  • Blocks any scripts that attempt to scroll the window or the elements

Why Use this Script?

Some websites may obscure or customize the scrollbars to reduce their usability. This script will revert the scrollbars to their original state and protect them from any interference from other sources.

How to use this script?

  1. To use this script, you need to install a browser extension that enables you to execute custom JavaScript code on any website. Some examples are Tampermonkey, Greasemonkey, or Violentmonkey.

  2. Create a new script and copy the code from this repository into it. Save and activate the script.

  3. Enjoy scrolling on any website.

Feedback and support

Please note that this script may unintentionally disable certain website functions. It may be necessary to deactivate the script in order to access these features.

If you encounter any issues, suggestions, or questions about this script, please feel free to open an issue.

Disclaimer

Scrollbar Fixer is provided "as is" without any warranty of any kind, either expressed or implied. The author is not responsible for any damages or losses that may result from using Scrollbar Fixer.

See License for more information.

About

Scrollbar Fixer is a user script that restores the default behavior of scrollbars on any website. It prevents scrollbars from being hidden or modified by other scripts or stylesheets.

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%