In the console of the element inspector, use that command
document.querySelectorAll(‘video’).forEach(v => v.playbackRate = 2.75)
In the console of the element inspector, use that command
document.querySelectorAll(‘video’).forEach(v => v.playbackRate = 2.75)