UserScripts icon indicating copy to clipboard operation
UserScripts copied to clipboard

Pornhub Mobile

Open shepherdslemma opened this issue 4 months ago • 1 comments

[The url of site]

www.pornhub.com/model//videos www.pornhub.com/recommended www.pornhub.com/recommended?page=

Is your request related to a problem? Please describe. Mobile site version not working

Describe the result you'd like with the rule Functioning autopage load/merge on mobile

Custom rule you've tried

[ { "name": "Pornhub", "author": "skofkyo", "example": "https://cn.pornhub.com/", "url": "^https?://[a-z]{2,3}\.pornhub\.com/", "exclude": [ ".photoAlbumListContainer", "#albumListResults", ".photosAlbumsListing", ".albumList", ".centerImage img[alt]" ], "pinUrl": true, "action": 1, "nextLink": ".page_next:not(.disabled)>a", "pageElement": "#singleFeedSection>.pcVideoListItem,#videoCategory>.pcVideoListItem,#videoSearchResult>.pcVideoListItem,.videoList,.homeSection", "replaceElement": ".paginationGated" },

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

shepherdslemma avatar Aug 03 '25 05:08 shepherdslemma

{
    "name": "Pornhub",
    "author": "skofkyo",
    "example": "https://cn.pornhub.com/",
    "url": "^https?://[a-z]{2,3}\\.pornhub\\.com/",
    "exclude": [
        ".photoAlbumListContainer",
        "#albumListResults",
        ".photosAlbumsListing",
        ".albumList",
        ".centerImage img[alt]"
    ],
    "pinUrl": true,
    "action": 1,
    "nextLink": ".page_next:not(.disabled)>a",
    "pageElement": "#singleFeedSection>.pcVideoListItem,#videoCategory>.pcVideoListItem,#videoSearchResult>.pcVideoListItem,.videoList,.homeSection,#recommendedListings,#mostRecentVideosSection",
    "replaceElement": ".paginationGated"
}

hoothin avatar Aug 03 '25 07:08 hoothin