Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeniex/an-attempt-to-disable-reddit-infinite-scroll
Attempts to disable Reddit infinite scroll by the help of blocking the address that dynamically loads posts (works on subreddits only)
https://github.com/jeniex/an-attempt-to-disable-reddit-infinite-scroll
greasyfork reddit tampermonkey userscripts violentmonkey
Last synced: 15 days ago
JSON representation
Attempts to disable Reddit infinite scroll by the help of blocking the address that dynamically loads posts (works on subreddits only)
- Host: GitHub
- URL: https://github.com/jeniex/an-attempt-to-disable-reddit-infinite-scroll
- Owner: JenieX
- License: mit
- Created: 2022-04-24T05:17:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-18T03:56:22.000Z (over 2 years ago)
- Last Synced: 2024-10-31T05:05:23.818Z (15 days ago)
- Topics: greasyfork, reddit, tampermonkey, userscripts, violentmonkey
- Language: JavaScript
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# An-Attempt-to-Disable-Reddit-Infinite-Scroll (works on subreddits only)
Attempts to disable Reddit infinite scroll by the help of blocking the address that dynamically loads postsIf there is another (an elegant) way to disable Reddit infinite scroll, please do share.
For this to work you need to block the the address that loads the posts dynamically.
Add the following line as a rule in the "List of your dynamic filtering rules" of uBlock origin
* www.reddit.com https://gateway.reddit.com/desktopapi/v1/subreddits/ xmlhttprequest blockSee this image: https://raw.githubusercontent.com/FlowerForWar/An-Attempt-to-Disable-Reddit-Infinite-Scroll/main/ublock.png