c.im is one of the many independent Mastodon servers you can use to participate in the fediverse.
C.IM is a general, mainly English-speaking Mastodon instance.

Server stats:

2.7K
active users

@zachleat @mikeneu
Neat! I think it could benefit from a toggle to make it a static transcript, without the interactivity, so people can read it without the timecodes or button semantics while using a screen reader or any text-to-speech tech.

The toggle control could do something like add/remove a 'static' class on the custom element and make the click handler inactive.

```CSS
youtube-deep-link.static [data-offset] button {
display: none;
}
```

Curtis Wilcox

@zachleat @mikeneu
Also, the spans have `role="button"` but shouldn't.
`<span data-offset="0" role="button"><button type="button">00:00</button>All right, what's up everybody?</span>`