You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there is a time, e.g. 15:00 in the video description invidious just offers javascript:void(0). On YouTube you get https://www.youtube.com/watch?v=<videoID>&t=900s (video position with the minutes in seconds)
The text was updated successfully, but these errors were encountered:
Links should have an onclick="player.currentTime(900) so that it is able to skip to the specified time without reloading the page. Could you provide an example where it doesn't work?
On March 26, 2019 10:12:40 PM UTC, Omar Roth ***@***.***> wrote:
Links should have an `onclick="player.currentTime(900)` so that it is
able to skip to the specified time without reloading the page. Could
you provide an example where clicking doesn't work?
--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#443 (comment)
If there is a time, e.g.
15:00
in the video description invidious just offersjavascript:void(0)
. On YouTube you gethttps://www.youtube.com/watch?v=<videoID>&t=900s
(video position with the minutes in seconds)The text was updated successfully, but these errors were encountered: