AutoPager

⭐Append the next page content to the bottom seamlessly (like a waterfall, Unlimited scrolling, no need to manually click on the next page) ⭐, support various forums, social networking, games, comics, novels, academics, search engines (Google, Bing, Yahoo...) and other websites~

< Feedback on AutoPager

Review: Good - script works

§
Posted: 2022-09-11

www.miobt.com脚本規则原本就有,域名改成miobt.com就行。
www.acgngame.net改成acgngame.org
萌享论坛通配規则应该是没匹配到,看作者要不要加。
bookwalker.jp下面的規则只能翻一页不知道哪里出问题,改用Super_preloaderPlus_one_改的话正常翻。

    "飞极速在线": {
        "host": "www.fjisu2.com",
        "url": "/\\/\\w+\\/\\w+\\//",
        "iframe": true,
        "pager": {
            "type": 6,
            "nextL": "//a[text()='下一页']",
            "pageE": ".b-listtab",
            "replaceE": ".pages"
        }
    },
    "Mox.moe": {
        "host": "mox.moe",
        "iframe": true,
        "pager": {
            "type": 6,
            "nextL": ".book_list>tbody>tr:last-child>td:nth-child(3)>a:nth-child(8)",
            "pageE": ".listbg",
            "replaceE": ".book_list>tbody>tr:last-child",
            "scrollD": 5000
        }
    },
    "bookwalker.jp": {
        "host": "bookwalker.jp",
        "url": "/\\/category\\//",
        "iframe": true,
        "pager": {
            "type": 6,
            "nextL": ".o-pager-next>a",
            "pageE": ".o-contents-section__body",
            "replaceE": ".o-list--footer"
        }
    },
    "Bookshop.tw": {
        "host": "www.bookshop.tw",
        "url": "/\\/l\\//",
        "iframe": true,
        "pager": {
            "type": 6,
            "nextL": "#url_ne",
            "pageE": ".listbg0",
            "replaceE": ".list>tbody>tr:last-child"
        }
    }
§
Posted: 2022-09-11

Super_preloaderPlus_one规则

    {
        "name": "BOOK☆WALKER",
        "url": "^https?://bookwalker\\.jp/category/",
        "exampleUrl": "https://bookwalker.jp/category/2/?order=rank&qtag=2&qpri=1&np=1&page=14",
        "pageElement": "css;.o-contents-section__body",
        "nextLink": "css;.o-pager-next>a",
        "autopager": {
            "separator": false,
        }
    }

Super_preloaderPlus_one规则

    {
        "name": "BOOK☆WALKER",
        "url": "^https?://bookwalker\\.jp/category/",
        "exampleUrl": "https://bookwalker.jp/category/2/?order=rank&qtag=2&qpri=1&np=1&page=14",
        "pageElement": "css;.o-contents-section__body",
        "nextLink": "css;.o-pager-next>a",
        "autopager": {
            "separator": false,
        }
    }

自定义规则里直接复制粘贴你的代码,好像报错用不了

§
Posted: 2022-09-13

自定义规则里直接复制粘贴你的代码,好像报错用不了

这是另一个脚本Super_preloaderPlus_one的规则,不是自动无缝翻页的。
github.com/machsix/Super-preloader

§
Posted: 2022-09-13

自定义规则里直接复制粘贴你的代码,好像报错用不了

这个规则我测试正常了,上面的不能连续翻是因为少了一个页码元素。

    "bookwalker.jp": {
        "host": "bookwalker.jp",
        "url": "/^\\/(category|search|new)\\//",
        "iframe": true,
        "pager": {
            "type": 6,
            "nextL": ".o-pager-next>a",
            "pageE": ".o-contents-section__body",
            "replaceE": ".o-list--menu,.o-list--footer",
            "loadTime": 1000,
            "scrollD": 1000
        }
    }

Post reply

Sign in to post a reply.