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 on Pagetual

Review: Good - script works

§
Posted: 11-03-2022

Can we have an option to use an iframe and/or new iframe for the next pages (like Super_loader can do)?
It can solve when the images don't fully load in the next page (Goggle has this problem).

Or maybe i don't see it...

§
Posted: 11-03-2022

Test by searching by example:
rose - Recherche Google
The second pge see empty place for images in results...

I checked the option "pre load the next page" without success.

hoothinAuthor
§
Posted: 11-03-2022
Edited: 11-03-2022

Ofcourse, just update the rules after import my rule link.
Google have more bug when pager if only use iframe, like the style conflict.
Simple way to use iframe for other sites is click the command “force to join”.
Better way is edit your rule.

§
Posted: 12-03-2022

Hmmm
Just updated and add 'Force to join" in setting,
but that don't fix the empty image in Google search...

hoothinAuthor
§
Posted: 12-03-2022
Edited: 12-03-2022

You should open config page and click to import base rules link, then click to update rules.

hoothinAuthor
§
Posted: 12-03-2022

You can also add custom rule for google

  {
    "name":"Google Search",
    "nextLink":"id('pnnext')|id('navbar navcnt nav')//td[span]/following-sibling::td[1]/a|id('nn')/parent::a",
    "pageElement":"id('rso')/div|id('center_col')/style[contains(.,'relative')]|id('search')/div/div/style[1]",
    "type":0,
    "action":1,
    "pageNum":"&start={10*($p-1)}",
    "url":"^https?://[^./]+\\.google(?:\\.[^./]{2,3}){1,2}/(?:c(?:se|ustom)|search|webhp|m|#)"
  }

Post reply

Sign in to post a reply.