0

I want to make a chrome extension that increases youtube playback speed upto a maximum of 5x.

If I directly paste document.querySelectorAll('video').forEach(v => v.playbackRate = 2.50) in youtube's console it works fine. But when running the same command from the extension's console, I can't access the element.

Is there any way i can access the youtube console from my extension's console?

0 Answers0