How to access/modify nested functions/variables of a large JavaScript file in the browser console?

It is about this JavaScript file (minified). Here is the unminified version.

I need to access/modify this.handleSeek(), b.getCurrentTime() and b.getDuration() (at line 14900) in the browser console. How to do this?