Save Twitter GIFs as MP4 without any add-on or service

When you want to save a GIF from Twitter, the interface plays a cruel joke on you. If you context-click the GIF you get a menu that states “Copy GIF address”.

All it does though is copy a link to the tweet with the GIF in it, which is pretty pointl…


This content originally appeared on DEV Community and was authored by Christian Heilmann

When you want to save a GIF from Twitter, the interface plays a cruel joke on you. If you context-click the GIF you get a menu that states "Copy GIF address".

Copy GIF address context menu on Twitter

All it does though is copy a link to the tweet with the GIF in it, which is pretty pointless. Under the hood Twitter also converts any GIF to MP4 because it is a much more effective file format.

Knowing this, the easiest way to save the GIF is to open DevTools, go to the Console and type/copy:

window.open(document.querySelector('video').src)

This opens the GIF as a video in a new tab and you can save it there as shown in this screencast:

saving a GIF from Twitter

Of course there are a myriad of web services, Twitter bots and other things that do the same for you and also in more advanced fashion, but I think it is always a very good idea to not trust any service that offers to save protected content from the web for you. I've seen far too many malware browser extensions in that arena.


This content originally appeared on DEV Community and was authored by Christian Heilmann


Print Share Comment Cite Upload Translate Updates
APA

Christian Heilmann | Sciencx (2021-04-12T13:51:26+00:00) Save Twitter GIFs as MP4 without any add-on or service. Retrieved from https://www.scien.cx/2021/04/12/save-twitter-gifs-as-mp4-without-any-add-on-or-service/

MLA
" » Save Twitter GIFs as MP4 without any add-on or service." Christian Heilmann | Sciencx - Monday April 12, 2021, https://www.scien.cx/2021/04/12/save-twitter-gifs-as-mp4-without-any-add-on-or-service/
HARVARD
Christian Heilmann | Sciencx Monday April 12, 2021 » Save Twitter GIFs as MP4 without any add-on or service., viewed ,<https://www.scien.cx/2021/04/12/save-twitter-gifs-as-mp4-without-any-add-on-or-service/>
VANCOUVER
Christian Heilmann | Sciencx - » Save Twitter GIFs as MP4 without any add-on or service. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/04/12/save-twitter-gifs-as-mp4-without-any-add-on-or-service/
CHICAGO
" » Save Twitter GIFs as MP4 without any add-on or service." Christian Heilmann | Sciencx - Accessed . https://www.scien.cx/2021/04/12/save-twitter-gifs-as-mp4-without-any-add-on-or-service/
IEEE
" » Save Twitter GIFs as MP4 without any add-on or service." Christian Heilmann | Sciencx [Online]. Available: https://www.scien.cx/2021/04/12/save-twitter-gifs-as-mp4-without-any-add-on-or-service/. [Accessed: ]
rf:citation
» Save Twitter GIFs as MP4 without any add-on or service | Christian Heilmann | Sciencx | https://www.scien.cx/2021/04/12/save-twitter-gifs-as-mp4-without-any-add-on-or-service/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.