Maximize Video

Maximize all video players.Support Piture-in-picture.

< Feedback on Maximize Video

Question/comment

§
Posted: 2019-04-11

新版本在哔哩哔哩挂了

TypeError: e.path is undefined

if (players.length > 0) {
    for (var v of players) {
        if (e.path.indexOf(v) > -1) {
            player = v;
            setButton.init();
            return;
        }
    }
}
冻猫Author
§
Posted: 2019-04-11

才发现firefox没有.path这个属性,已经修复了。

Post reply

Sign in to post a reply.