Greasy Fork is available in English.

YouTube More Speeds

Adds buttons under a YouTube video with more playback speeds.

< 腳本YouTube More Speeds的回應

評論:正評 - 腳本一切正常

§
發表於: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!

發表回覆

登入以回復