UserScripts icon indicating copy to clipboard operation
UserScripts copied to clipboard

Request Pagetual support for www.imagefap.com

Open MDRE11LP opened this issue 11 months ago • 1 comments

The url of site The example urls of site. ⚠Do not paste only domain without pathname, or I'll close the issue without explanation⚠(https://www.imagefap.com/pics/66/animated-gifs.php)

Is your request related to a problem? Please describe. Code works for static photos, but when it's for animated gifs, it occasionally does not work. Example gallery (https://www.imagefap.com/pictures/12921175/What%20gifs%204)

Describe the result you'd like with the rule A clear and concise description of what you want to happen.

Custom rule you've tried { "name": "Imagephoto", "url": "^https://www\.image.+\.com/photo/.+", "nextLink": "#controls > div.nav-controls > a.next > img", "pageElement": "body > div.tnaBarBlueWrap+center > table.mainouter > tbody > tr > td.outer > table.mainouter > tbody > tr > td:nth-of-type(1) > div > center > table:nth-of-type(2) > tbody > tr > td > table > tbody > tr > td > center > table > tbody > tr > td > div.slideshow>div" }

Additional context Add any other context or screenshots about the feature request here.

MDRE11LP avatar Feb 03 '25 16:02 MDRE11LP

{ 
    "name": "Imagephoto",
    "url": "^https://www\\.image.+\\.com/photo/.+",
    "nextLink": "#controls > div.nav-controls > a.next > img",
    "pageElement": ".image-wrapper",
    "waitElement":".image-wrapper"
 }

hoothin avatar Feb 04 '25 03:02 hoothin