Git Product home page Git Product logo

Comments (3)

sixcious avatar sixcious commented on May 27, 2024 1

Hi poa00!

I can try to help you with this specific website (as a one-time courtesy).

So, as you mentioned, the website doesn't provide a next link in its print view, so you'll need to use a different action. Luckily, Infy has an increment action I designed for situations just like this. I've created a Saved URL item just for you so you can simply copy and paste it and add it as a Save in the Options Screen (again, this is being done as a one-time courtesy just for you):

{
  "action": "increment",
  "append": "element",
  "base": 10,
  "interval": 20,
  "name": "AutoHotkey Community • View Print",
  "pageElement": "id('page-body')/*",
  "selectionStrategy": "smart",
  "url": "https?://www\\.autohotkey\\.com/boards/viewtopic.php?.*start=\\d+&view=print"
}

Anytime you want to add infinite scrolling in print view, you'll just need to edit the URL to add the start=0&view=print parameters to the end of it so it picks up the URL pattern. Also, note that if you continue to scroll past the actual last page Infy will continue to append it again, so you'll want to stop at the last page. This is not a bug and is due to the website responding like this when a request is made with a start value that is higher than the thread's post count. If you have any questions about these settings, feel free to reply, but they should be covered in the Help Guide (I recommend reading the Actions, Paths, and Saves sections).

I hope this helps! 💜

from infy-scroll.

poa00 avatar poa00 commented on May 27, 2024 1

Thanks @sixcious !! This is much appreciated. 😀

from infy-scroll.

poa00 avatar poa00 commented on May 27, 2024 1

works PERFECTLY. Thanks again!!

from infy-scroll.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.