You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The repository has been inactive since 2018, so I'm not sure when or if this will be fixed.
If you're also one of users like me and you use Safari, you can resolve this issue with my Safari extension, Redirect Web for Safari. It's free for one rule. Download it and create a rule like this:
First of all, I appreciate you publishing this project!
Currently, the website loads videos with the
.gif
file extension on mobile like this:This is likely due to this line:
https://github.com/heyitsolivia/secretpuppies/blob/master/application.js#L82
However, all the videos hosted by the server (I believe this one: https://github.com/heyitsolivia/secretpuppies/tree/gh-pages/mp4) have
.mp4
as their extension, so they always fail to load like this:The repository has been inactive since 2018, so I'm not sure when or if this will be fixed.
If you're also one of users like me and you use Safari, you can resolve this issue with my Safari extension, Redirect Web for Safari. It's free for one rule. Download it and create a rule like this:
(https://openpuppies\.com/mp4/[^.]*)\.gif
$1.mp4
The text was updated successfully, but these errors were encountered: