|
13 | 13 | "百度搜索 - 手机版": { |
14 | 14 | "host": "m.baidu.com", |
15 | 15 | "url": "return (location.pathname.slice(location.pathname.length - 2, location.pathname.length) == '/s')", |
16 | | - "style": "div.result[tpl='recommend_list'], #page-copyright {display: none !important;}", |
| 16 | + "style": "div.result[tpl='recommend_list'], #page-copyright, .hint-fold-results-box {display: none !important;}", |
17 | 17 | "pager": { |
18 | 18 | "nextL": "a[class^='new-nextpage']", |
19 | 19 | "pageE": "#results > *", |
|
2665 | 2665 | } |
2666 | 2666 | }, |
2667 | 2667 | "铅笔小说": { |
2668 | | - "host": "www.23qb.net", |
| 2668 | + "host": "www.23qb.com", |
2669 | 2669 | "url": "if (fun.indexOF(/\\/book\\/\\d+\\/.+\\.html/)) {fun.xs_bF(fun.getAllCSS('#mlfy_main_text > *'), [/(继续下一页).+|铅笔小说.+/, '']); return true}", |
2670 | 2670 | "pager": { |
2671 | 2671 | "nextL": "js;return (location.origin + ReadParams.url_next)", |
|
2678 | 2678 | } |
2679 | 2679 | }, |
2680 | 2680 | "铅笔小说 - 分类页": { |
2681 | | - "host": "www.23qb.net", |
| 2681 | + "host": "www.23qb.com", |
2682 | 2682 | "url": "return (fun.lp != '/' && !fun.indexOF(/\\/book\\/\\d+\\//))", |
2683 | 2683 | "pager": { |
2684 | 2684 | "nextL": ".pages a.next, .pages > strong+a", |
|
4130 | 4130 | }, |
4131 | 4131 | "彼岸图网": { |
4132 | 4132 | "host": "pic.netbian.com", |
4133 | | - "style": "li.nextpage {display: none !important;}", |
| 4133 | + "style": "li.nextpage {display: none !important;} .alist > ul {height: auto !important;} .alist > ul > li {position: static !important; float: left !important; height: 550px !important;}", |
4134 | 4134 | "pager": { |
4135 | | - "nextL": "//div[@class='page']/a[contains(text(),'下一页')]", |
4136 | | - "pageE": ".slist ul > li:not(.nextpage)", |
| 4135 | + "nextL": "//div[@class='page']/a[text()='下一页']", |
| 4136 | + "pageE": ".slist > ul > li:not(.nextpage), .alist > ul > li", |
4137 | 4137 | "replaceE": ".page", |
4138 | 4138 | "scrollD": 1000 |
4139 | 4139 | } |
|
0 commit comments