mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
12 lines
313 B
JavaScript
12 lines
313 B
JavaScript
// ==UserScript==
|
|
// @name <name>
|
|
// @version 1.0.0
|
|
// @description <description>
|
|
// @author <author>
|
|
// @license MIT
|
|
// @match *://*.bilibili.com/*
|
|
// @run-at document-body
|
|
// @grant unsafeWindow
|
|
// ==/UserScript==
|
|
Object.assign(window, unsafeWindow.bilibiliEvolved)
|