Change default settings, update README

This commit is contained in:
the1812 2018-11-04 18:37:55 +08:00
parent c6d70ec250
commit 1d4fab3236
5 changed files with 10 additions and 6 deletions

View File

@ -46,6 +46,8 @@
- 删除直播水印: `开启`
- 删除视频标题层: `关闭`
- 模糊视频控制栏背景: `关闭`
- 控制栏着色: `开启`
- 不透明度: `0.64`
### 触摸
- 顶栏触摸优化: `关闭`
- 播放器触摸支持: `关闭`
@ -160,6 +162,8 @@
![不模糊背景](images/blur-video-control-disabled.png)
#### 启用后
![模糊背景](images/blur-video-control.png)
### 控制栏着色
给视频控制栏附上半透明的黑色, 代替原来的阴影, 黑色的不透明度可在设置中调整.
## 触摸支持
### 顶栏

View File

@ -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,

View File

@ -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,

View File

@ -26,7 +26,7 @@
{
const $ = unsafeWindow.$ || self$;
const settings = {
customControlBackgroundOpacity: 0.5,
customControlBackgroundOpacity: 0.64,
customControlBackground: true,
forceWideMinWidth: "1368px",
forceWide: false,

View File

@ -26,7 +26,7 @@
{
const $ = unsafeWindow.$ || self$;
const settings = {
customControlBackgroundOpacity: 0.5,
customControlBackgroundOpacity: 0.64,
customControlBackground: true,
forceWideMinWidth: "1368px",
forceWide: false,