Skip to content

Instantly share code, notes, and snippets.

@jpluimers
Last active September 23, 2023 17:25
Show Gist options
  • Save jpluimers/8cf9d43258e9fb8d5554a9e3b397b9af to your computer and use it in GitHub Desktop.
Save jpluimers/8cf9d43258e9fb8d5554a9e3b397b9af to your computer and use it in GitHub Desktop.
Get Tweet JSON from Twitter containing the mp4 Video URLs
javascript:{ tweetID = document.location.href.split('/').filter(e => e).slice(-1); url = new URL(`https://cdn.syndication.twimg.com/tweet-result?id=${tweetID}&token=!`); open(url); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment