-
-
Notifications
You must be signed in to change notification settings - Fork 574
Description
The url of site
https://secure.assrt.net/sub/?searchword=fate
The example urls of site. ⚠Do not paste only domain without pathname, or I'll close the issue without explanation⚠.
Is your request related to a problem? Please describe.
just can't scroll
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the result you'd like with the rule
scroll
A clear and concise description of what you want to happen.
Custom rule you've tried
{
"name": "ASSRT 搜索结果永页机-简版",
"url": "^https?://(?:2\.)?assrt\.net/sub/\?(?:.&)?searchword=[^#]+(?:&.)?$",
"pageElement": ".resultcard > .subitem:not(#top-banner):not(#bottom-banner)",
"insert": ".resultcard",
"insertPos": 2,
"nextLinkByUrl": [
"([?&])page=(\d+)|$",
"{let u=new URL(location.href); let p=+(u.searchParams.get('page')||1); u.searchParams.set('page', p+1); u.href;}"
],
"autoLoadNum": 3
}
The rule you've made before.
Additional context
Add any other context or screenshots about the feature request here.