1.transcript 생성합니다.
2. 자막보기 클릭합니다.
3. English[Auto]로 설정합니다.
caption settings 클릭합니다.
Display under video를 클릭해줍니다.
윈도우 노트북 기준: fn + f12 키를 눌러서 아래의 코드를 입력해주세요. 숫자가 나온다면 완료 된 것 입니다.
1
2
3
4
5
6
7
8
9
|
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)
}
|
'잡동사니' 카테고리의 다른 글
백준 5747 with python (0) | 2022.01.03 |
---|---|
움짤 만드는법 (0) | 2021.12.30 |
티스토리 글씨체, 글자 크기 변경하는 방법. (0) | 2021.12.28 |
학교 근처 식당 길안내 앱 (0) | 2021.11.29 |
9월 29일 (0) | 2021.09.29 |