hoothin / UserScripts

Greasemonkey scripts ( Pagetual / Picviewer CE+ / DownloadAllContent ) 油猴脚本集 ユーザースクリプト集
https://greasyfork.org/users/8227-hoothin
2.83k stars 503 forks source link

Request Pagetual support for independent.academia.edu #626

Closed iFUCKINGHATEcomputers closed 4 weeks ago

iFUCKINGHATEcomputers commented 1 month ago

The url of site https://independent.academia.edu/search?q=balls

Is your request related to a problem? Please describe. Pagination on academia.edu's search page doesn't work

Describe the result you'd like with the rule Page go brrrrrrrrr

Custom rule you've tried Tried selecting the search results body + the next button as iframe, dynamic, etc. - didn't work

Additional context I am not the only githubber who has ever had his jaw wired shut by some unknown faceless entity

hoothin commented 1 month ago
{
    "name": "Academia.edu",
    "url": "^https?://independent\\.academia\\.edu/",
    "example": "https://independent.academia.edu/search?q=balls",
    "nextLink": "//button[text()=\"Next\"]",
    "waitElement": ".js-search-results-container",
    "action": 1
}
iFUCKINGHATEcomputers commented 4 weeks ago

Awesome