When pasting a youtube link, the forum magically embeds the video directly in the page. But query params are getting removed. E.g. https://youtu.be/4YUqUunt3Ns?t=152 should jump to 2:32, but it gets embedded as: https://www.youtube-nocookie.com/embed/4YUqUunt3Ns, and hence starts at the beginning.
I just noticed that youtube-nocookie doesn't seem to support the t parameter though. So even if it wasn't stripped, it wouldn't work as expected.
We've been through this before, there's a hack where you alter the parameter order and it doesn't embed but the link correctly takes people to the time stamp you're pointing at.
When pasting a youtube link, the forum magically embeds the video directly in the page. But query params are getting removed. E.g.
https://youtu.be/4YUqUunt3Ns?t=152
should jump to 2:32, but it gets embedded as:https://www.youtube-nocookie.com/embed/4YUqUunt3Ns
, and hence starts at the beginning.I just noticed that youtube-nocookie doesn't seem to support the
t
parameter though. So even if it wasn't stripped, it wouldn't work as expected.