Skip to content

Commit

Permalink
新增 [PornHub] 其他页面的支持
Browse files Browse the repository at this point in the history
  • Loading branch information
XIU2 committed Nov 7, 2024
1 parent 3fa7a37 commit fb003bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions other/Autopage/rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -5414,12 +5414,12 @@
},
"PornHub": {
"host": "/\\.pornhub\\.com$/",
"url": "/^\\/video/",
"url": "return fun.isPager()",
"style": ".footerContentWrapper,.pre-footer",
"blank": 3,
"pager": {
"nextL": "li.page_next>a",
"pageE": "#videoSearchResult>li.pcVideoListItem,#videoCategory>li.pcVideoListItem",
"nextL": ".page_next>a",
"pageE": ".container ul.videos:not(#bottomVideos)>li[data-video-id], .container ul.videoList>li[data-video-id]",
"replaceE": ".pagination3"
},
"function": {
Expand Down

0 comments on commit fb003bc

Please sign in to comment.