Disable fast-forwarding on YouTube components

What I’m trying to do:
Disable fast-forwarding on a YouTube video component.

What I’ve tried and what’s not working:
I’ve got this working by tracking the current time of the video in a timer, as well as a few tiers back when the user clicks a new time on the video to reset the time. Fast-forward is also prevented when the right-arrow is pressed to fast-forward once but if I do 2 or more fast right-arrow presses to fast-forward, the fast-forward isn’t prevented

It would certainly be better if there were just a way to prevent it from an anvil property, but there doesn’t seem to be one. It also seems that if I try to modify the iframe that undergirds the YouTube component, all the anvil code is then lost.

Is there an easier way to do this or some anvil trick I’m missing?