유튜브 더 속도

더 재생 속도가 YouTube 동영상 아래에 버튼을 추가합니다.

< 유튜브 더 속도 피드백

리뷰: 좋음 - 잘 동작함

§
작성: 2023-12-18

after 3 is not applicable for me, and large gaps before 3. Here is my example
```
for (let i = 0.25; i <= 3; i += 0.25) {
if (i >= 1) {
bgColor = bgColors[1];
color = colors[1];
}
//if (i > 1) {
// i += 0.75;
//}
if (i >= 2) {
//i++;
bgColor = bgColors[2];
color = colors[0];
}
```

§
작성: 2023-12-18

thanks for fast update!

댓글 남기기

댓글을 남기려면 로그인하세요.