UserScripts
UserScripts copied to clipboard
Request Pagetual support for www.patreon.com
The url of site
- patreon.com
The example urls of site. ⚠Do not paste only domain without pathname⚠. https://www.patreon.com/Hbomb/posts
Is your request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
- The script keeps loading more comments to the posts on the site, which is not appreciated. Some posts have a lot of comments which makes it very hard to get to the next post if the script keeps loading more comments.
Describe the result you'd like with the rule A clear and concise description of what you want to happen.
- I'd like the script to stop loading comments and just pages of posts.
Custom rule you've tried The rule you've made before.
- None, I don't know enough about writing scripts :(
Additional context Add any other context or screenshots about the feature request here.
- N.A.
Here is the rule to disable loadmore.
{
"name": "Patreon",
"url": "^https?://www\\.patreon\\.com/posts/",
"example": "https://www.patreon.com/posts/extra-part-of-110070140",
"loadMore": false
}