As workaround you can disable call of onpopstate() in source code. For example I've added extra digit "1" to function name:
function bodyLoad(version){if(history.state!==undefined){onpopstate1(
This can have some other side effects, but it's fixed problem for scenarios I'm using.