Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow users to activate an all-in-one 'scroll then DL' action #11

Closed
bajuwa opened this issue Mar 6, 2020 · 0 comments
Closed

Allow users to activate an all-in-one 'scroll then DL' action #11

bajuwa opened this issue Mar 6, 2020 · 0 comments
Labels
enhancement New feature or request ManDL Changes intended for the ManDL javascript code wontfix This will not be worked on

Comments

@bajuwa
Copy link
Owner

bajuwa commented Mar 6, 2020

Probably do this via something like:

  • Add new button for 'Scroll + DL'
  • When triggered, call the existing auto-scroll function, but also introduce a new timer that runs on a longer interval for 'check for scroll finished'
  • 'Check for scroll finished' should store a 'previous window y position' value and compare it to the current one every interval. If they match, cancel all timers and trigger download. If they don't match, override the 'previous' with the 'current' and wait for next interval
@bajuwa bajuwa added enhancement New feature or request ManDL Changes intended for the ManDL javascript code labels Mar 6, 2020
@bajuwa bajuwa added the wontfix This will not be worked on label May 15, 2020
@bajuwa bajuwa closed this as completed May 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ManDL Changes intended for the ManDL javascript code wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant