hi guys got bored on my dmv test heres how you can skip through all the videos
setInterval(()=>{
const bars = [...document.querySelectorAll("#seek")];
bars.forEach(bar=>bar.classList.remove("read-only")
}, 1000);
paste this in your console @CA_DMV