Greasy Fork is available in English.

YouTube ความเร็วเพิ่มเติม

เพิ่มปุ่มภายใต้วิดีโอ YouTube ที่มีความเร็วในการเล่นมากขึ้น

< Feedback on YouTube ความเร็วเพิ่มเติม

Review: Good - script works

§
Posted: 18-12-2023

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];
}
```

§
Posted: 18-12-2023

thanks for fast update!

Post reply

Sign in to post a reply.