Greasy Fork is available in English.

Pagetual

Récupération automatique des pages Web paginées suivantes et insertion dans la page actuelle pour un défilement infini. Prise en charge de milliers de sites Web sans aucune règle.

< Commentaires sur Pagetual

Question / commentaire

§
Posté le: 2022-02-18

采用 Chevereto 软件的网站上,会无限加载第一页内容。脚本版本1.2.2。

例如 https://demo.chevereto.com/explore/recent/ 最新图片,滚动到底,会加载并追加第一页的内容到末尾,地址栏变成第二页、第三页、……的地址。 在相册等页面中相同,如 https://demo.chevereto.com/album/chile.r3Zh/ 的图片。

hoothinAuteur
§
Posté le: 2022-02-19

感谢反馈,写了个规则,你试试。不知道域名还有没有遗漏的

  {
    "name":"chevereto",
    "url":"(/explore/recent|/album/|/search/)",
    "nextLink":"a[data-pagination='next']",
    "pageElement":"div#content-listing-tabs",
    "pageAction":"let w=document.querySelector('.list-item').style.width;let content=eles[0].querySelector('.pad-content-listing');content.style.display='flex';content.style.flexFlow='row wrap';[].forEach.call(eles[0].querySelectorAll('.list-item'),i=>{i.style.display='block';i.style.width=w;i.style.position='sticky';i.querySelector('.list-item-image').style.height=w;})"
  }
§
Posté le: 2022-02-26

感谢。抱歉回复晚了。 其他页面已正常,但用户页面不行,例如 https://demo.chevereto.com/rodolfo

hoothinAuteur
§
Posté le: 2022-02-26

感谢!已经把url改成“.”了

Poster une réponse

Connectez-vous pour poster une réponse.