Sep 13, 2021

Control Facebook Video Playing Speed

Today learned a simple way to increase the speed of playing Facebook video. And the steps below is the same for Firefox or Chrome or Edge browsers.


Steps:

  1. Open the console [press ctrl-shitft-i and then click Console tab]
    • Or you can press ctr-shift-j to open the console tab directly
  2. Paste the following at the prompt:
    • document.getElementsByTagName("video")[0].playbackRate = 1.25

Instead of 1.25, you can put like 1.5 (for 50% speed increase) or 2 (for 100% speed increase)

console

Links:

  • https://pletaura.com/how-to-speed-up-facebook-videos/