←上一编辑下一编辑→ MediaWiki:Common.js (查看源代码) 2021年2月22日 (一) 14:47的版本 添加689字节 、 2021年2月22日 (一) 14:47 无编辑摘要第31行: 第31行: audio.append(button); audio.append(button); }; }; +})(); +(function(){ + var bVideos = document.getElementsByClassName("bilibili"); + for(var i=0;i<bVideos.length;i++){ + var bVideo = bVideos[i]; + var bvid = bVideo.textContent.trim(); + bVideo.innerHTML = ""; + var iframe = document.createElement('iframe'); + iframe.src = "https://player.bilibili.com/player.html?page=1&bvid=" + bvid; + iframe.scrolling = "no"; + iframe.border = "0"; + iframe.frameborder = "no"; + iframe.framespacing="0"; + iframe.allowfullscreen="true"; + bVideo.append(iframe); + } })(); })(); DominicWoo评论管理员、界面管理员、管理员280个编辑