📅  最后修改于: 2022-03-11 15:02:22.811000             🧑  作者: Mango
Create a bookmark with the following as the url
javascript: var v = document.querySelector('video'); var t = prompt('Set the playback rate'); v.playbackRate = parseFloat(t)