Created
August 23, 2025 13:42
-
-
Save ActuallyFro/8e3880f13bb65d530f89e1d0f43847dc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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