Comment Section
Time Stamps
When a time stamp is clicked in a comment, the comment section iframe will post a message to the parent window.
The message will have the type “TAC-TIMESTAMP-CLICK” and a “time” attribute with an integer value representing the total number of seconds.
A listener such as the one below can be used to handle the received message.
The following is what is printed.