|
556 | 556 | "煎蛋网": { |
557 | 557 | "host": "jandan.net", |
558 | 558 | "url": "/^(\\/$|\\/page\\/)/", |
559 | | - "style": "#nav_prev,#nav_next,.post.f:not(.list-post)", |
560 | | - "history": false, |
| 559 | + "style": ".nav_prev,.nav_next,.post-item>.col-md-12,.post.f:not(.list-post)", |
561 | 560 | "pager": { |
562 | | - "nextL": "//div[@class='wp-pagenavi']/a[contains(text(),'下一页') or contains(text(),'更多文章')]", |
563 | | - "pageE": "#content>.list-post", |
564 | | - "replaceE": ".wp-pagenavi" |
| 561 | + "nextL": "//div[@class='page-navi']/a[contains(text(),'下一页') or contains(text(),'更多文章')]", |
| 562 | + "pageE": ".post-list>.post-item", |
| 563 | + "replaceE": ".page-navi" |
565 | 564 | }, |
566 | 565 | "function": { |
567 | 566 | "bF": "return fun.src_bF(pageE)" |
568 | 567 | } |
569 | 568 | }, |
570 | | - "煎蛋网 - 大杂烩": { |
571 | | - "host": "jandan.net", |
572 | | - "url": "/^\\/dzh$/", |
573 | | - "pager": { |
574 | | - "type": 2, |
575 | | - "nextL": ".show_more", |
576 | | - "interval": 1500 |
577 | | - } |
578 | | - }, |
579 | | - "煎蛋网 - 吐槽": { |
580 | | - "host": "jandan.net", |
581 | | - "url": "/^\\/(qa|pic|ooxx|treehole)/", |
582 | | - "style": "#nav_prev,#nav_next,#tucao-gg {display: none !important;} .jandan-vote a.tucao-btn23:link {color: #c8c7cc !important;} .jandan-tucao {background-color: #fafaf9 !important;}", |
583 | | - "pager": { |
584 | | - "nextL": "a.previous-comment-page", |
585 | | - "pageE": "ol.commentlist>li[id^='comment-'],head>script:not([src])", |
586 | | - "replaceE": ".cp-pagenavi", |
587 | | - "scriptT": 2 |
588 | | - }, |
589 | | - "function": { |
590 | | - "bF": "fun.getAllCSS('a.tucao-btn,a.comment-like.like,a.comment-unlike.unlike').forEach(function (now) {now.className = now.className.replace('tucao-btn','tucao-btn23').replace('comment-unlike','comment-unlike23').replace('comment-like','comment-like23');}); return pageE" |
591 | | - } |
592 | | - }, |
593 | 569 | "龙的天空": { |
594 | 570 | "host": "www.lkong.com", |
595 | 571 | "url": "fun.isUrlC(); return (fun.indexOF('/forum/'))", |
|
0 commit comments