|
578 | 578 | "scriptT": 2 |
579 | 579 | } |
580 | 580 | }, |
581 | | - "V2EX - 最近主题页": { |
| 581 | + "V2EX - 帖子内": { |
582 | 582 | "host": ["v2ex.com","www.v2ex.com"], |
583 | | - "url": "return (fun.lp() == '/recent')", |
584 | | - "blank": 3, |
585 | | - "pager": { |
586 | | - "nextL": "a.page_current+a.page_normal", |
587 | | - "pageE": ".cell.item", |
588 | | - "replaceE": "#Main>.box>.cell[style]:not(.item)>table" |
589 | | - } |
590 | | - }, |
591 | | - "V2EX - 提醒消息页": { |
592 | | - "host": ["v2ex.com","www.v2ex.com"], |
593 | | - "url": "return (fun.lp() == '/notifications')", |
594 | | - "pager": { |
595 | | - "nextL": "a.page_current+a.page_normal", |
596 | | - "pageE": "#notifications>div", |
597 | | - "replaceE": "#Main>.box>.cell[style]>table" |
598 | | - } |
599 | | - }, |
600 | | - "V2EX - 用户回复页": { |
601 | | - "host": ["v2ex.com","www.v2ex.com"], |
602 | | - "url": "/\\/replies/", |
| 583 | + "url": "/^\\/t\\//", |
| 584 | + "thread": true, |
603 | 585 | "pager": { |
604 | | - "nextL": "a.page_current+a.page_normal", |
605 | | - "pageE": "//div[@id='Main']//div[@class='box']//div[@class='dock_area'] | //*[@id='Main']//div[@class='box']//div[@class='inner'] | //*[@id='Main']//div[@class='box']//div[@class='dock_area'][last()]/following-sibling::div[@class='cell'][1]", |
606 | | - "insertP": ["//div[@id='Main']//div[@class='box']//div[@class='cell'][last()]",1], |
607 | | - "replaceE": "#Main>.box>.cell[style]>table" |
| 586 | + "nextL": ".page_current+a", |
| 587 | + "pageE": ".cell[id^='r_']", |
| 588 | + "replaceE": "//a[@class='page_current']/../.." |
608 | 589 | } |
609 | 590 | }, |
610 | | - "V2EX - 分类主题页": { |
| 591 | + "V2EX": { |
611 | 592 | "host": ["v2ex.com","www.v2ex.com"], |
612 | | - "url": "/\\/go\\//", |
| 593 | + "url": "return fun.getCSS('.page_current+a')", |
613 | 594 | "blank": 3, |
614 | 595 | "pager": { |
615 | | - "nextL": "a.page_current+a.page_normal", |
616 | | - "pageE": "#TopicsNode>div", |
617 | | - "replaceE": "#Main>.box>.cell[style]>table" |
618 | | - } |
619 | | - }, |
620 | | - "V2EX - 账户余额页": { |
621 | | - "host": ["v2ex.com","www.v2ex.com"], |
622 | | - "url": "return (fun.lp() == '/balance')", |
623 | | - "pager": { |
624 | | - "nextL": "a.page_current+a.page_normal", |
625 | | - "pageE": "#Main .box>div:not(.cell)>table>tbody>tr:not(:first-child)", |
626 | | - "replaceE": "#Main>.box>.cell[style]>table" |
| 596 | + "nextL": ".page_current+a", |
| 597 | + "pageE": ".cell.item, #notifications>div, #TopicsNode>div, #Main>.box>.dock_area,#Main>.box>.dock_area+.inner,#Main>.box>.dock_area+.cell:not([style]), table.data>tbody>tr:not(:first-child)", |
| 598 | + "replaceE": "//a[@class='page_current']/../.." |
627 | 599 | } |
628 | 600 | }, |
629 | 601 | "煎蛋网": { |
|
5292 | 5264 | } |
5293 | 5265 | }, |
5294 | 5266 | "古诗文网": { |
5295 | | - "host": ["www.gushiwen.cn","so.gushiwen.cn","m.gushiwen.cn"], |
| 5267 | + "host": ["www.gushiwen.cn","so.gushiwen.cn","m.gushiwen.cn","shiwens.com"], |
5296 | 5268 | "pager": { |
5297 | 5269 | "nextL": "a.amore", |
5298 | 5270 | "pageE": ".left .sons:not([id]), .sonspic", |
|
0 commit comments