|
294 | 294 | "scrollD": 2000 |
295 | 295 | } |
296 | 296 | }, |
| 297 | + "Presearch": { |
| 298 | + "host": "engine.presearch.org", |
| 299 | + "url": "/^\\/search/", |
| 300 | + "style": ".items-center.justify-center.text-black, .text-gray-300>div[x-data] {display: none !important;}", |
| 301 | + "pager": { |
| 302 | + "type": 6, |
| 303 | + "nextL": ".font-light.border-b-2.border-transparent:last-of-type>a", |
| 304 | + "pageE": ".text-gray-300>div, head>script:not([src])", |
| 305 | + "replaceE": ".font-light.border-b-2.border-transparent>a", |
| 306 | + "scriptT": 2, |
| 307 | + "loadTime": 500, |
| 308 | + "scrollD": 2500 |
| 309 | + } |
| 310 | + }, |
297 | 311 | "WebCrawler 搜索": { |
298 | 312 | "host": "www.webcrawler.com", |
299 | 313 | "url": "return (fun.indexOF('qc=web','s') || !fun.indexOF('qc=','s'))", |
|
375 | 389 | "replaceE": "#paginator" |
376 | 390 | } |
377 | 391 | }, |
378 | | - "豆瓣 - 分集短评/剧评影评/在看/想看/看过的电影/作品": { |
| 392 | + "豆瓣 - top250/分集短评/剧评影评/在看/想看/看过的电影/作品": { |
379 | 393 | "host": "movie.douban.com", |
380 | | - "url": "return (fun.indexOF(/^\\/subject\\/\\d+\\/(episode|tv_discuss)/) || fun.indexOF(/^\\/subject\\/\\d+\\/reviews/) || fun.indexOF(/^\\/people\\/\\d+\\/(do|wish|collect)/) || fun.indexOF(/^\\/celebrity\\/\\d+\\/movies/))", |
| 394 | + "url": "return (fun.lp() == '/top250' || fun.indexOF(/^\\/subject\\/\\d+\\/(episode|tv_discuss)/) || fun.indexOF(/^\\/subject\\/\\d+\\/reviews/) || fun.indexOF(/^\\/people\\/\\d+\\/(do|wish|collect)/) || fun.indexOF(/^\\/celebrity\\/\\d+\\/movies/))", |
381 | 395 | "pager": { |
382 | 396 | "nextL": "link[rel='next']", |
383 | | - "pageE": "#comments, .review-list, .grid-view, .grid_view>ul>li", |
| 397 | + "pageE": ".grid_view, #comments, .review-list, .grid-view, .grid_view>ul>li", |
384 | 398 | "replaceE": ".paginator" |
385 | 399 | } |
386 | 400 | }, |
|
4318 | 4332 | "菜鸟教程": { |
4319 | 4333 | "host": "www.runoob.com", |
4320 | 4334 | "url": "if (location.pathname.split('/').length>2 && fun.getCSS('#leftcolumn')) return true", |
4321 | | - "style": "#comments, #postcomments, #respond, #footer {display: none !important;} .article-intro h1:not(:nth-of-type(1)) {margin: 30px 0 10px 0;} .left-column.site-fix {position: initial !important;}", |
| 4335 | + "style": "#comments, #postcomments, #respond, #footer {display: none !important;} .article-intro h1:not(:nth-of-type(1)) {margin: 30px 0 10px 0;} .middle-column {min-height: 1000px;}", |
4322 | 4336 | "history": true, |
4323 | 4337 | "pager": { |
4324 | 4338 | "type": 3, |
|
0 commit comments