-
Notifications
You must be signed in to change notification settings - Fork 19
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
[Feature request] Option to exclude images from loading #288
Comments
Similar to #271. Though the transform URL trick works, I think it will be better to have a separated list? |
A blacklist is interesting, but I haven't yet thought of a good way to manage them. |
What do you mean? You want to download images that failed to load? Or you want to download images that are still loading? |
Latter, since some image hosting sites are slow or bulky pictures for the picka, and I intend to download all the pictures. |
You may want to open another issue for that. The current picker wasn't designed for background crawling so we may have to rewrite the image loading logic to make it work in background. |
This is an idea and advanced option feature for discussion.
When user to bulk interact with a familiar site, useless common images are preloaded and excluded (unchecked) through size and URL filter, so it's wasteful for users to wait for all new large images to be reloaded, rendered to the browser and checked by default.
The text was updated successfully, but these errors were encountered: