Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Video Playback Problem

  • 2 replies
  • 2 have this problem
  • 106 views
  • Paskiausią atsakymą parašė kaadenruman

more options

Can we please have Plaid Speed video playback? I find 2x too slow sometimes.

Can we please have Plaid Speed video playback? I find 2x too slow sometimes.
Pridėtos ekrano nuotraukos

Chosen solution

hello kaadenruman,

First of all, open the video that you need to watch with a playback speed greater than 2x.

Next Open your browser’s console by typing in CTRL + SHIFT + J (works fine for both Mozilla Firefox)

Copy and Paste the following line of code:

document.getElementsByTagName(“video”)[0].playbackRate = x

Here ‘x’ is the playback speed which you want to set for your required video.

Close the console and enjoy your video at a rate greater than 2x.

i hope resolved your problem then reply back to me.

thank you

For the interested people, let me explain what this code does here.

Skaityti atsakymą kartu su kontekstu 👍 2

All Replies (2)

more options

Chosen Solution

hello kaadenruman,

First of all, open the video that you need to watch with a playback speed greater than 2x.

Next Open your browser’s console by typing in CTRL + SHIFT + J (works fine for both Mozilla Firefox)

Copy and Paste the following line of code:

document.getElementsByTagName(“video”)[0].playbackRate = x

Here ‘x’ is the playback speed which you want to set for your required video.

Close the console and enjoy your video at a rate greater than 2x.

i hope resolved your problem then reply back to me.

thank you

For the interested people, let me explain what this code does here.