Skip to content

Instantly share code, notes, and snippets.

@ActuallyFro
Created August 23, 2025 13:42
Show Gist options
  • Select an option

  • Save ActuallyFro/8e3880f13bb65d530f89e1d0f43847dc to your computer and use it in GitHub Desktop.

Select an option

Save ActuallyFro/8e3880f13bb65d530f89e1d0f43847dc to your computer and use it in GitHub Desktop.
javascript:(()=>{fetch(location.href+'.json').then(r=>r.json()).then(d=>{try{let v=d[0].data.children[0].data.secure_media?.reddit_video?.fallback_url;if(v)window.open(v,'_blank');else alert('No video found.')}catch(e){alert('Error retrieving video.')}})})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment