mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Change default settings, update README
This commit is contained in:
parent
c6d70ec250
commit
1d4fab3236
@ -46,6 +46,8 @@
|
||||
- 删除直播水印: `开启`
|
||||
- 删除视频标题层: `关闭`
|
||||
- 模糊视频控制栏背景: `关闭`
|
||||
- 控制栏着色: `开启`
|
||||
- 不透明度: `0.64`
|
||||
### 触摸
|
||||
- 顶栏触摸优化: `关闭`
|
||||
- 播放器触摸支持: `关闭`
|
||||
@ -160,6 +162,8 @@
|
||||

|
||||
#### 启用后
|
||||

|
||||
### 控制栏着色
|
||||
给视频控制栏附上半透明的黑色, 代替原来的阴影, 黑色的不透明度可在设置中调整.
|
||||
|
||||
## 触摸支持
|
||||
### 顶栏
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name Bilibili Evolved (Offline)
|
||||
// @version 110.32
|
||||
// @version 111.12
|
||||
// @description 增强哔哩哔哩Web端体验(离线版): 修复界面瑕疵, 删除广告, 使用夜间模式浏览, 下载视频或视频封面, 以及增加对触屏设备的支持等.
|
||||
// @author Grant Howard, Coulomb-G
|
||||
// @copyright 2018, Grant Howrad (https://github.com/the1812)
|
||||
@ -26,7 +26,7 @@
|
||||
{
|
||||
const $ = unsafeWindow.$ || self$;
|
||||
const settings = {
|
||||
customControlBackgroundOpacity: 0.5,
|
||||
customControlBackgroundOpacity: 0.64,
|
||||
customControlBackground: true,
|
||||
forceWideMinWidth: "1368px",
|
||||
forceWide: false,
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name Bilibili Evolved (Preview Offline)
|
||||
// @version 110.32
|
||||
// @version 111.12
|
||||
// @description 增强哔哩哔哩Web端体验(预览离线版): 修复界面瑕疵, 删除广告, 使用夜间模式浏览, 下载视频或视频封面, 以及增加对触屏设备的支持等.
|
||||
// @author Grant Howard, Coulomb-G
|
||||
// @copyright 2018, Grant Howrad (https://github.com/the1812)
|
||||
@ -26,7 +26,7 @@
|
||||
{
|
||||
const $ = unsafeWindow.$ || self$;
|
||||
const settings = {
|
||||
customControlBackgroundOpacity: 0.5,
|
||||
customControlBackgroundOpacity: 0.64,
|
||||
customControlBackground: true,
|
||||
forceWideMinWidth: "1368px",
|
||||
forceWide: false,
|
||||
|
||||
@ -26,7 +26,7 @@
|
||||
{
|
||||
const $ = unsafeWindow.$ || self$;
|
||||
const settings = {
|
||||
customControlBackgroundOpacity: 0.5,
|
||||
customControlBackgroundOpacity: 0.64,
|
||||
customControlBackground: true,
|
||||
forceWideMinWidth: "1368px",
|
||||
forceWide: false,
|
||||
|
||||
@ -26,7 +26,7 @@
|
||||
{
|
||||
const $ = unsafeWindow.$ || self$;
|
||||
const settings = {
|
||||
customControlBackgroundOpacity: 0.5,
|
||||
customControlBackgroundOpacity: 0.64,
|
||||
customControlBackground: true,
|
||||
forceWideMinWidth: "1368px",
|
||||
forceWide: false,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user