make-bilibili-great-than-ever-before
Version:
A fork of @kookxiang's userscript "Make Bilibili Great Again", but with many experimental features
24 lines (22 loc) • 1.02 kB
JavaScript
// ==UserScript==
// @name Make Bilibili Great Than Ever Before
// @description A fork of @kookxiang's userscript "Make Bilibili Great Again", but with many experimental features
// @namespace https://skk.moe
// @run-at document-start
// @match https://www.bilibili.com/*
// @match https://t.bilibili.com/*
// @match https://live.bilibili.com/*
// @match https://space.bilibili.com/*
// @updateURL https://unpkg.com/make-bilibili-great-than-ever-before@latest/dist/make-bilibili-great-than-ever-before.meta.js
// @downloadURL https://unpkg.com/make-bilibili-great-than-ever-before@latest/dist/make-bilibili-great-than-ever-before.user.js
// @version 1.8.4
// @author SukkaW <https://skk.moe>
// @grant unsafeWindow
// @grant GM.notification
// @grant GM_getValue
// @grant GM.setValue
// @grant GM.deleteValue
// @grant GM.listValues
// @grant GM.registerMenuCommand
// @grant GM.unregisterMenuCommand
// ==/UserScript==