How can you remove the transcription side panel in Zoom Recordings

I found having a transcript on the side of the video is very annoying because the changing text catches my attention rampantly especially when the content is very difficult to grasp.

image

Therefore I wrote a little script to remove the transcripts.

document.getElementsByClassName('player-panel-r')[0].removeChild(document.getElementsByClassName('transcript-wrapper')[0])
document.getElementsByClassName('player-view-wrapper')[0].setAttribute('style', 'width: 100%;')

You can sort of tell that, after being ran in browser console, It will remove the transcript section and enlarge the video section for you. You have also use extensions such as Script Runner that run custom JS with a shortcut button.

image_after_adjustment

Xueguang Lyu
Xueguang Lyu
CS Ph.D. Candidate

My research interests include reinforcement learning and multi-agent cooperation.