Hey :)
We are already there
I was referring to the text above.
Hey :)
We are already there
I was referring to the text above.
or this post I just did:
Well, while we don't overthrow the system, we still can use its infrastructure to subvert it, and that applies here on the internet as well.
Today I'm going to teach you how to get the URL of videos from Reddit with audio and images.
You can press the F12
key, this will open DevTools, and go to the console
tab. Then paste this code:
let array = document.getElementsByTagName("shreddit-player")[0].__packagedMedia.playbackMp4s.permutations;
let url = array[array.length - 1].source.url;
alert(url);
If you want to create a shortcut to make things easier, just make a bookmark and paste this here in the address field:
javascript:
let array = document.getElementsByTagName("shreddit-player")[0].__packagedMedia.playbackMp4s.permutations;
let url = array[array.length - 1].source.url;
alert(url);
This code opens an alert with the video's URL for you to copy and use wherever you want.
Like this:
Add Brasil to the country specific too, come on! (jk)
Great text, very complete, when you publish let me know and I will add a translation to our instance and to Brasil subreddit.
No, it is some sort of incompatibility I guess.
Look:
Doesn't show up here
That's up to the /c/ moderators
What is it about? I read their site and didn't quite understand.
This is how we did in reddit too.
This is how we did in reddit too.
The original I did in Portuguese, I will post it there now :)