-
Notifications
You must be signed in to change notification settings - Fork 2
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
Have indicator to distinguish the gif and other normal pictuIres #24
Comments
The request has come up in the past and it would be certainly useful, but it turns out be hard to implement, especially when you don't want to affect page load performance. Closing as dup of #16, see the discussion there. |
@ooker777 , this is not a perfect solution but you can try my userstyle: |
@LL25255252 is your userscript a fork of this addon? What is the relationship between two? |
No it's not a fork. It's not a userscript, it's a userstyle for the Stylish addon based on @simonlindholm idea - see also #10 (comment) |
As an alternative that's probably easier, I'd accept the option of having an icon on the toolbar that shows the number of paused gifs. |
That sounds just as hard to implement (except UI-wise, maybe). The reason for the difficulty is that the addon doesn't get notified about the fact that there exists animated gifs. |
Ah, dang. You can't run a script once the page is finished loading to perform a count? How do extensions like videodownloadhelper do things? |
I can, and will have to if I want to add this feature in some form, it just makes me sad to have to slow down page loading for every page ever, just to do that... There's additional complications, too, about images appearing dynamically (not that uncommon), and perhaps the APIs not working before images are displayed for the first time, but I haven't really looked into that. (Pretty sure Video Downloadhelper does that, possibly with a whitelist. But I haven't looked, so I don't know details.) |
I managed to figure out how to do this. See #16, and the link in the last comment to an XPI. (Feedback appreciated. I'll make an AMO release soon, even if review queues may prolong that somewhat.) |
I think this will be useful. Maybe a play button, or
this is a gif
, or justgif
. What do you think?The text was updated successfully, but these errors were encountered: