Greasy Fork is available in English.

東方永頁機

페이지가 매겨진 다음 웹 페이지를 자동으로 로드하고 현재 페이지에 삽입합니다. 규칙 없이 수천 개의 웹 사이트를 지원합니다.

< 東方永頁機 피드백

리뷰: 좋음 - 잘 동작함

§
작성: 2023-11-15

上海石油天然气交易中心 历史数据翻页问题
测试链接:https://www.shpgx.com/html/ChnLNGIndexHistory.html
如果是通过时间段的方式检索,那么翻第二页的时候,是依照无检索的时候翻页的,时间跨度2022-01-01至2022-12-31的时候就可以发现。

hoothin개발자
§
작성: 2023-11-16

这个案例还挺麻烦的,只能用规则了

    {
        "name": "上海石油天然气交易中心",
        "url": "^https?://www\\.shpgx\\.com/html/",
        "example": "https://www.shpgx.com/html/ChnLNGIndexHistory.html",
        "nextLink": "#page-next",
        "pageElement": "#tbody_content>tr",
        "init": "if (!doc) return; await input('#starttime', document.querySelector('#starttime').value); await input('#endtime', document.querySelector('#endtime').value); await click('#searchDataBtn'); await sleep(500);",
        "refreshByClick": "#searchDataBtn"
    }

댓글 남기기

댓글을 남기려면 로그인하세요.