艾了个拉
我刚刚尝试在本地复现了这个 bug,是通过加载足够大量的 b站播放器 来实现的。我可以确定大量的报错是我在 edge 浏览器中安装的插件AdBlocker Ultimate导致的。
至于卡顿问题,可能是因为我的电脑配置太烂,再加上当时后台正在运行内存占用很高的程序导致的,与网页关系较小。
您大可以重新启动这个插件,我对我的误报表示抱歉。
附上我进行测试的代码:
<!DOCTYPE html>
<html>
<head><script>
function a() {
var b = document.createElement("iframe");
b.src = "//player.bilibili.com/player.html?aid=893843419&bvid=BV1PP4y1P7tE&cid=500561772&page=1";
b.scrolling = "no";
b.frameborder = "no";
b.border = "0";
b.framespacing = "0";
b.allowfullscreen = "true";
document.getElementById("c").appendChild(b);
}
</script></head>
<body>
<div id="c"></div>
<button onclick="a();">Add</button>
</body>
</html>
报错信息:
Failed to load resource: net::ERR_BLOCKED_BY_CLIENT
或者是:
GET http://data.bilibili.com/log/web?0011111651126960484|outer|HTML5Player%20LitePlayerMini%208bc0d991|enter|http://localhost:8000/|1651126933857|||893843419|500561772|1|0||0|2|1|16 net::ERR_BLOCKED_BY_CLIENT