Pagetual

Perpetual pages - powerful auto-pager script. Auto fetching next paginated web pages and inserting into current page for infinite scroll. Support thousands of web sites without any rule.

< Feedback op Pagetual

Recensie: Goed - het script werkt zoals het hoort

§
Geplaatst: 09-02-2024
Bijgewerkt: 09-02-2024

脚本很好用的,但是有个问题
https://www.btnull.to/tv/ 翻页非常迟钝,并且后图标和链接无法点击打开

hoothinMaker
§
Geplaatst: 15-02-2024

可以添加 pageAction 把 .cover>a 的 href 修改为 .cover 的 dataset.id ,按 _ 分隔后交换位置拼接成目录

§
Geplaatst: 23-02-2024

可以添加 pageAction 把 .cover>a 的 href 修改为 .cover 的 dataset.id ,按 _ 分隔后交换位置拼接成目录

好的

[
  {
    "name": "btnull",
    "url": "^https://www\\.btnull\\.org/[\\w]+/",
    "pageAction": "document.querySelectorAll('.pagetual_pageBar ~ ul .cover a:not([href]').forEach(el => { el.setAttribute('href', '/' + el.parentNode.dataset.id.split('_').reverse().join('/')); })"
  }
]

Reactie plaatsen

Log in om antwoord te geven.