(show)
| 211 | }; |
| 212 | |
| 213 | function showTranscript(show) { |
| 214 | if (show) { |
| 215 | document |
| 216 | .querySelector("*[target-id*=transcript]") |
| 217 | ?.removeAttribute("visibility"); |
| 218 | } else { |
| 219 | document |
| 220 | .querySelector("*[target-id*=transcript] #visibility-button button") |
| 221 | ?.click(); |
| 222 | } |
| 223 | } |
no test coverage detected