buckyfonds on Nostr: On most video players, you can only set the playback speed to up to 2. However, you ...
On most video players, you can only set the playback speed to up to 2.
However, you can manually increase this by:
1. Opening the Console tab of your browser's dev tools (F12 and click *Console* or press "Ctrl + Shift + K".
2. Then type $('video').playbackRate = 2.5
3. Press Enter
4. You've set the playback speed to 2.5
Alternatively, you can:
1. Right-click on the video player and click "Inspect".
2. Make sure the "video" element is selected.
3. Click on the Console tab.
4. Type "$0.playbackRate = 2.5" and press Enter
However, you can manually increase this by:
1. Opening the Console tab of your browser's dev tools (F12 and click *Console* or press "Ctrl + Shift + K".
2. Then type $('video').playbackRate = 2.5
3. Press Enter
4. You've set the playback speed to 2.5

Alternatively, you can:
1. Right-click on the video player and click "Inspect".
2. Make sure the "video" element is selected.
3. Click on the Console tab.
4. Type "$0.playbackRate = 2.5" and press Enter