《弹幕世界2》 B 站启动器

在 B 站播放器内玩《弹幕世界2》:https://www.bilibili.com/video/av19771370/。官网:https://danmakucraft.com

  1. // ==UserScript==
  2. // @name 《弹幕世界2》 B 站启动器
  3. // @namespace danmakucraft.com
  4. // @version 0.5
  5. // @description 在 B 站播放器内玩《弹幕世界2》:https://www.bilibili.com/video/av19771370/。官网:https://danmakucraft.com
  6. // @author yehzhang
  7. // @include /^http(s)?:\/\/www\.bilibili\.com\/video\/(av19771370|BV1GW41177LA)((\?|\/)(.*))?$/
  8. // @include /^http(s)?:\/\/www\.bilibili\.com\/blackboard\/html5player\.html\?aid=19771370&cid=32239646(&(.*))?$/
  9. // @include /^http(s)?:\/\/www\.bilibili\.com\/blackboard\/(new)?player\.html\?(aid=19771370|(bvid=(BV)?1GW41177LA))(&(.*))?$/
  10. // @grant none
  11. // @run-at document-idle
  12. // @license AGPL-3.0
  13. // ==/UserScript==
  14.  
  15. (function () {
  16. 'use strict';
  17.  
  18. var scriptElement = document.createElement('script');
  19. scriptElement.src = 'https://danmakucraft.com/bundle.js?nonsense=' + Math.random();
  20.  
  21. var bodyElement = document.querySelector('body');
  22. bodyElement.appendChild(scriptElement);
  23. })();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址