https://github.com/hitu1197/forceenablescroll
Some websites prevent from scrolling. This script can bypass that!
https://github.com/hitu1197/forceenablescroll
bypass fix-scroll force-enable-scroll force-scroll scroll scrollbar scrolling tampermonkey tampermonkey-script tampermonkey-userscript userscript
Last synced: 6 months ago
JSON representation
Some websites prevent from scrolling. This script can bypass that!
- Host: GitHub
- URL: https://github.com/hitu1197/forceenablescroll
- Owner: Hitu1197
- License: apache-2.0
- Created: 2024-03-12T06:03:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T10:35:29.000Z (over 1 year ago)
- Last Synced: 2025-02-01T17:44:26.099Z (over 1 year ago)
- Topics: bypass, fix-scroll, force-enable-scroll, force-scroll, scroll, scrollbar, scrolling, tampermonkey, tampermonkey-script, tampermonkey-userscript, userscript
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ForceEnableScroll
This is a userscript which can forcefully enable scrolling on most websites.
Some website prevent users from scrolling in certain situations, especially after a paywall block or nsfw block (reddit lol). You can combo this script with your adblocker as a workaround for that!
Tested on: Firefox Mobile using Violentmonkey (Tampermonkey works too but not recommended)
# How to use
1. First install a userscript manager such as Violentmonkey
2. Then click on the + icon in the addon/extension's settings page
3. Now paste this code and save!
→ Next time you open a website this script will work by itself
→ You can verify this by the red colored number next to the addon
# FAQ
Q: How do I disable autoscroll and switch to just manual
A: Change the ```true``` value to ```false``` in 15th line
Q: I enabled autoscroll but it won't work
A: Some browsers or devices might load the websites slower than usual. For this change the ```automaticEnableDelay``` value in 16th line to a higher number
Q: I tried the thing above but autoscroll still doesn't work
A: Unless I know what is causing it I cannot fix it, but for a workaround you can select script in your manager and press 'Enable Scrolling' manually for bypassing the block.