|
1879 | 1879 | }, |
1880 | 1880 | "游民星空": { |
1881 | 1881 | "host": "www.gamersky.com", |
1882 | | - "url": "/^\\/ent\\//", |
1883 | | - "pager": { |
1884 | | - "type": 3, |
1885 | | - "nextL": "//div[@class='page_css']/a[text()='下一页']", |
1886 | | - "pageE": ".Mid2L_con>*:not(.gs_nc_editor):not(.pagecss):not(.page_css):not(.gs_ccs_solve):not(.post_ding)", |
1887 | | - "insertP": [".page_css",1], |
1888 | | - "replaceE": ".page_css", |
1889 | | - "scrollE": ".page_css", |
1890 | | - "scrollD": 100 |
1891 | | - } |
1892 | | - }, |
1893 | | - "游民星空 - 攻略页": { |
1894 | | - "host": "www.gamersky.com", |
1895 | | - "url": "/^\\/handbook\\//", |
| 1882 | + "url": "/^\\/(zl|ent|handbook|hardware)\\/.+\\.shtml/", |
1896 | 1883 | "blank": 3, |
1897 | 1884 | "pager": { |
1898 | 1885 | "type": 3, |
1899 | 1886 | "nextL": "//div[@class='page_css']/a[text()='下一页']", |
1900 | | - "pageE": ".Mid2L_con>*:not(.gs_nc_editor):not(.pagecss):not(.gs_ccs_solve):not(.post_ding)", |
1901 | | - "insertP": [".gs_nc_editor",1], |
| 1887 | + "pageE": ".Mid2L_con>*:not(.gs_nc_editor):not(.pagecss):not(.page_css):not(.gs_ccs_solve):not(.post_ding)", |
| 1888 | + "insertP": [".Mid2L_con>.pagecss, .Mid2L_con>.page_css",1], |
1902 | 1889 | "replaceE": ".page_css", |
1903 | 1890 | "scrollE": ".page_css", |
1904 | 1891 | "forceHTTPS": true, |
1905 | | - "scrollD": 100 |
| 1892 | + "scrollD": 200 |
1906 | 1893 | }, |
1907 | 1894 | "function": { |
1908 | | - "bF": "pageE.forEach(function (one) {if (one.tagName === 'P' && one.textContent.indexOf('更多相关内容请关注') > -1) {one.style.display = 'none';}}); return fun.src_bF(pageE)" |
1909 | | - } |
1910 | | - }, |
1911 | | - "游民星空 - 专栏文章页": { |
1912 | | - "host": "www.gamersky.com", |
1913 | | - "url": "/^\\/zl\\/.+\\.shtml/", |
1914 | | - "pager": { |
1915 | | - "type": 3, |
1916 | | - "nextL": "//div[@class='page_css']/a[text()='下一页']", |
1917 | | - "pageE": ".Mid2L_con>*:not(.gs_nc_editor):not(.pagecss):not(.gs_ccs_solve):not(.post_ding)", |
1918 | | - "insertP": [".pagecss",1], |
1919 | | - "replaceE": ".page_css", |
1920 | | - "scrollE": ".page_css", |
1921 | | - "scrollD": 500 |
| 1895 | + "bF": "pageE.forEach(function (one) {if (one.tagName === 'P' && one.textContent.indexOf('更多相关') > -1) {one.style.display = 'none';}}); return fun.src_bF(pageE)" |
1922 | 1896 | } |
1923 | 1897 | }, |
1924 | 1898 | "机核 GCORES": { |
|
0 commit comments