←上一编辑下一编辑→ MediaWiki:Common.js (查看源代码) 2021年2月25日 (四) 00:41的版本 删除752字节 、 2021年2月25日 (四) 00:41 页面内容被替换为“→这里的任何JavaScript将为所有用户在每次页面载入时加载。:”第1行: 第1行: /* 这里的任何JavaScript将为所有用户在每次页面载入时加载。 */ /* 这里的任何JavaScript将为所有用户在每次页面载入时加载。 */ − −/* 生成音频播放按钮 */ − − −/* 生成b站播放窗口 */ −(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个编辑