mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Update README
This commit is contained in:
parent
cec3147aa7
commit
ceecf1c1a2
@ -79,9 +79,12 @@
|
||||
- [正式版](https://github.com/the1812/Bilibili-Evolved/raw/master/bilibili-evolved.user.js)
|
||||
- [预览版](https://github.com/the1812/Bilibili-Evolved/raw/preview/bilibili-evolved.preview.user.js)
|
||||
|
||||
需要浏览器拥有[Tampermonkey](https://tampermonkey.net/)或同类插件.
|
||||
# 个性化
|
||||
脚本启用后,在主站左侧中央会有一个齿轮图标,点击即可打开设置.
|
||||
(需要浏览器拥有[Tampermonkey](https://tampermonkey.net/)或同类插件.)
|
||||
# 设置
|
||||
脚本启用后,在网页左侧中央会有一个齿轮图标,点击即可打开设置.
|
||||
|
||||
**设置保存后,需要刷新网页才能生效.**
|
||||

|
||||
# 兼容性
|
||||
浏览器 | 兼容性 | 注释
|
||||
------|-------|-----
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name Bilibili Evolved (Preview)
|
||||
// @version 0.9.3
|
||||
// @version 0.9.4
|
||||
// @description 增强哔哩哔哩Web端体验. (预览版分支)
|
||||
// @author Grant Howard
|
||||
// @match *://*.bilibili.com/*
|
||||
@ -137,7 +137,7 @@
|
||||
noBannerStyle: "style/style-no-banner.css",
|
||||
guiSettingsStyle: "style/style-gui-settings.scss",
|
||||
guiSettingsDom: "utils/gui-settings.html",
|
||||
guiSettings: "utils/gui-settings.js",
|
||||
guiSettings: "utils/gui-settings.min.js",
|
||||
useDarkStyle: "style/dark-styles.min.js",
|
||||
useNewStyle: "style/new-styles.min.js",
|
||||
touchNavBar: "touch/touch-navbar.min.js",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name Bilibili Evolved
|
||||
// @version 0.9.3
|
||||
// @version 0.9.4
|
||||
// @description 增强哔哩哔哩Web端体验.
|
||||
// @author Grant Howard
|
||||
// @match *://*.bilibili.com/*
|
||||
@ -137,7 +137,7 @@
|
||||
noBannerStyle: "style/style-no-banner.css",
|
||||
guiSettingsStyle: "style/style-gui-settings.scss",
|
||||
guiSettingsDom: "utils/gui-settings.html",
|
||||
guiSettings: "utils/gui-settings.js",
|
||||
guiSettings: "utils/gui-settings.min.js",
|
||||
useDarkStyle: "style/dark-styles.min.js",
|
||||
useNewStyle: "style/new-styles.min.js",
|
||||
touchNavBar: "touch/touch-navbar.min.js",
|
||||
|
||||
BIN
images/gui-settings.png
Normal file
BIN
images/gui-settings.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 MiB |
Loading…
Reference in New Issue
Block a user