Re: Matrix: The choice is yours
Skybuck Flying <[email protected]> Thu, 23 Feb 2023 08:17:16 -0800 (PST)
| Newsgroups | alt.comp.lang.javascript |
|---|---|
| Message-ID | <[email protected]> |
OK, I see it's already been decoded by somebody, I was starting to get worr=
ied there ! LOL:
https://www.reddit.com/r/matrix/comments/pjww65/whatismatrixcom_inner_worki=
ngs/
"
Whatismatrix.com inner workings
So i spend some time on working out how site works.
When you click on pill, string is generated, which contains 6 different par=
ameters:
1: color(red/blue)2: clip 1 (random, can be 1 to 3)3: time (millitary forma=
t, no semicolon)4 - 6: clip 2, 3 and 4 (random, can be 1 to 3)
Then md5 hash of that string is taken, and it is how pregenerated file on s=
erver is found.
format: "17{red|blue}-a-b{1-3}-c{00-23}{00-59}-d-e{1-3}-f-g{1-3}-h{1-3}-i"e=
xample: md5("17red-a-b3-c0451-d-e3-f-g1-h3-i") =3D "a3acdf0e4652fef8fdabd31=
d2bc6601e"link: https://thechoiceisyours.whatisthematrix.com/generated/v7/h=
igh/a3acdf0e4652fef8fdabd31d2bc6601e.mp4
Here is list of links which should contain all available clips:
red1:https://thechoiceisyours.whatisthematrix.com/generated/v7/high/ea2222b=
8b7a5c72396f76d65cf56890a.mp4red2:https://thechoiceisyours.whatisthematrix.=
com/generated/v7/high/bac726340f5486d9e02942c243e5b56b.mp4red3:https://thec=
hoiceisyours.whatisthematrix.com/generated/v7/high/ce1aef26388b49562eab495b=
597e8fbc.mp4
blue1:https://thechoiceisyours.whatisthematrix.com/generated/v7/high/1f3dbd=
fd6a7c3d574b6b9eb8d07a3567.mp4blue2:https://thechoiceisyours.whatisthematri=
x.com/generated/v7/high/241eb47071c89d8f18b0948763d6389a.mp4blue3:https://t=
hechoiceisyours.whatisthematrix.com/generated/v7/high/498ec3ba6719291e77b2a=
8870c744bdf.mp4
Edit:
Here i combined all the videos into one
https://www.youtube.com/watch?v=3DMeRmoU7VxIA
"
What a complex piece of javascript code that was, at least it seems to me a=
s non-java script programmer, some webpack 4 is used or so ? hmm strange...=
maybe to hide the video urls ?! ;)
Bye for now,
Skybuck.