欢迎来到纸飞机Wiki !
纸飞机Wiki目前包含43个页面,303次编辑,6个用户。
微件:BilibiliVideo:修订间差异
来自纸飞机Wiki
无编辑摘要 |
无编辑摘要 |
||
| 第124行: | 第124行: | ||
<script> | <script> | ||
"use strict"; | "use strict"; | ||
// 纸飞机Wiki: 添加'jquery'以修复mediawiki1.32+版本中widget调用jquery异常的问题 | |||
window.RLQ.push(['jquery',async () => { | window.RLQ.push(['jquery',async () => { | ||
window.isInitAllowed = function(){return true;}; | window.isInitAllowed = function(){return true;}; | ||
| 第262行: | 第263行: | ||
}; | }; | ||
} | } | ||
// 纸飞机Wiki: 将newplayer改为默认player,因为newplayer实行白名单机制,只能被部分指定网站调用 | |||
const iframe_href_base = "https://player.bilibili.com/player.html?playlist=true&playlist_order=sequential&musth5=1&noEndPanel=1&crossDomain=1&autoplay=0&"; | const iframe_href_base = "https://player.bilibili.com/player.html?playlist=true&playlist_order=sequential&musth5=1&noEndPanel=1&crossDomain=1&autoplay=0&"; | ||
const EPSILON = 2.220446049250313e-16, | const EPSILON = 2.220446049250313e-16, | ||
| 第343行: | 第345行: | ||
src: "", | src: "", | ||
"class": "bilibili-iframe", | "class": "bilibili-iframe", | ||
// 纸飞机Wiki: 添加sandbox属性,阻止单击iframe内部时弹出的b站页面 | |||
"sandbox": "allow-forms allow-pointer-lock allow-same-origin allow-scripts", | "sandbox": "allow-forms allow-pointer-lock allow-same-origin allow-scripts", | ||
}).css({ | }).css({ | ||
2023年5月1日 (一) 19:25的版本
该Widget引用自: 萌娘百科
出处&使用说明: https://zh.moegirl.org.cn/Widget:BilibiliVideo
本Widget不能单独使用,请使用Template:BilibiliVideo!
