728x90
1. 대본 버튼 클릭
2. 대본에서 한글로 번역
3. F12를 클릭하거나, 우클릭 후 검사를 눌러서 개발자도구를 연다.
4. console 창에 아래 코드를 입력한다.
if(typeof window.i!=='undefined'){clearInterval(window.i)}else{let lastText='';function check(){let toEl=$('.well--container--2edq4 span');let fromEl=$('p[data-purpose="transcript-cue-active"] span');let currentText=fromEl.html();if(lastText!==currentText){toEl.html(currentText)}lastText=fromEl.html()}window.i=setInterval(check,200)}
5. 자막은 동영상 아래 보기를 선택한다.
참고
support.google.com/translate/thread/68727264?hl=en&msgid=75862148
728x90
'Tips' 카테고리의 다른 글
Visual Studio Code 또는 Cursor IDE에서 현재 디렉토리를 터미널에서 열기 (0) | 2024.08.28 |
---|---|
mac에서 7zip으로 압축하기 (0) | 2022.10.31 |
맥북에서 특정 프로그램이 화면 밖으로 숨었을 때 해결 방법 (1) | 2021.02.23 |
티스토리에서 SyntaxHighlighter를 이용하여 소스코드 입력하기 (0) | 2017.08.05 |