-
Notifications
You must be signed in to change notification settings - Fork 7
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
Doesn't work on Imgur gifv links? #238
Comments
Yes, it looks like imgur.com changed their site and broke the ability for TZP to show pop-ups for gifv's. Imgur.com used to provide a corresponding webm when TZP changed .gifv to .webm. TZP did that since webm was a codec (format) which Firefox can show in a pop-up; gifv isn't. But now imgur.com doesn't provide webm format anymore; it just redirects to .gifv. I may have to have it show .gif instead of .gifv or .webm, which would be unfortunate since it'd use more network bandwidth. |
I will soon prevent TZP from even trying to show pop-ups for gifv's (so at least we won't see an error icon). |
In June 2016 imgur.com changed their site so that gifv images are no longer webm's, and won't display in a Firefox add-on pop-up like TZP anymore. To avoid just getting an error icon, we no longer try to show pop-ups for gifv's. An alternative would be to show them as .gif's, but they'd be lower quality and use more bandwidth than if the user manually opened the link. Uncommenting the .gifv line would achieve that. Related to #238.
When hovering over a .gifv link, TZP is requesting a .webm instead. Normally Imgur redirects these requests to the gifv image, but for TZP's requests Imgur returns a 404.
Edit - looks like it works on some links but not others. For example, it doesn't work on https://www.reddit.com/4pbw99/
The text was updated successfully, but these errors were encountered: