Skip to content
This repository has been archived by the owner on Aug 29, 2019. It is now read-only.

Plan to create PR - Load x pages of followers #44

Open
Glyd opened this issue Jul 2, 2018 · 1 comment
Open

Plan to create PR - Load x pages of followers #44

Glyd opened this issue Jul 2, 2018 · 1 comment

Comments

@Glyd
Copy link

Glyd commented Jul 2, 2018

Currently the auto-scroll part of this extension only works when the tab is in focus. This isn't ideal when you want to do something else while the extension runs.

I would like to create another option in the extension to scroll a user-specified amounts of times. It would be another button with a text box next to it, allowing the user to enter however many pages they want to scroll.

The actual implementation itself will just be something like the following, with a loop to limit it:

setInterval(() => window.scrollBy(0,400), 1000)

If you're ok with me submitting this PR, let me know and I'll do it. Thanks

@tlemens
Copy link
Owner

tlemens commented Jul 20, 2018

Maybe the new button would be confusing for other users. Did you try to get the autoscroll-without-focus working with a different approach?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants