哔哩哔哩播放器轻量化工具
当前为
// ==UserScript==
// @name 哔哩哔哩轻量化
// @namespace https://ez118.github.io/
// @version 0.3
// @description 哔哩哔哩播放器轻量化工具
// @author ZZY_WISU
// @match https://www.bilibili.com/video/*
// @icon https://i1.hdslb.com/bfs/face/1125f6d2677878cd3f700f4a8071f991cd88e11d.jpg
// @grant none
// @license GNU GPLv3
// @run-at document-start
// ==/UserScript==
(function() {
'use strict';
var str = window.location.href;
str = str.substring(str.lastIndexOf("/")).replace(str.substring(str.lastIndexOf("?")), "").replace("/", "");
window.location.href="https://player.bilibili.com/player.html?bvid=" + str +"&page=1&danmaku=0";
})();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址