Zoom, rotate & crop YouTube videos
< Feedback on YouTube Viewfinding
Thanks for letting me know you appreciate it, means a lot!
On a YouTube vid page, open up your browser developer tools and enter this into your console:
document.dispatchEvent(new KeyboardEvent('keydown', {code: 'KeyX'}));
document.dispatchEvent(new KeyboardEvent('keydown', {code: 'AltLeft'}));
That should open a config menu for you. From there you can change the "Configure" keybind. Hopefully that will get it working
This script is incredible! Before this, I had to either download YouTube videos and use PotPlayer to zoom/pan on my PC or switch to my phone. Both were incredibly annoying. I’ve been wishing for something like this forever, and finally, it’s here. I truly appreciate the effort that went into creating it.
By the way, I can’t seem to open the configuration in Tampermonkey. Any idea?