Customizing interactive video library javascript
I am trying to find the best way to alter/replace a specific function within the interactive.js file within the interactive video library without having to edit the library itself, which will get written over on the next plugin update. I am able to add additional options to the goto clickable widget via the wordpress h5pmods_alter_semantics filter on the semantics file within the interactive video library. I would like to be able to change the "makeInteractionGotoClickable" function specifically.