Javascript: Override model load / query?

I have a custom javascript model loader function that I sometimes use. I’m curious if it’s possible to override the standard load of a model with this function instead (when applicable).

I’ve tried simply setting the model.load() function to instead call my custom function, and this works when using model.load(), but it does not work in most instances of a model querying, such as the Query Model action in an action sequence, or updating filter/search conditions for a model on a table. Is there some other function I need to override to achieve this?

If anyone has any ideas on this topic it would be very helpful. Thanks!