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:
- 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
- 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/