Enable custom navbar by default

This commit is contained in:
the1812 2019-04-30 20:40:30 +08:00
parent b65753f1ef
commit 532d09ac11
5 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name Bilibili Evolved (Offline)
// @version 288.06
// @version 288.20
// @description Bilibili Evolved 的离线版, 所有功能都已内置于脚本中.
// @author Grant Howard, Coulomb-G
// @copyright 2019, Grant Howard (https://github.com/the1812) & Coulomb-G (https://github.com/Coulomb-G)
@ -99,7 +99,7 @@ const settings = {
popup: false,
skin: false,
},
customNavbar: false,
customNavbar: true,
customNavbarFill: true,
customNavbarShadow: true,
playerShadow: false,

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name Bilibili Evolved (Preview Offline)
// @version 288.06
// @version 288.20
// @description Bilibili Evolved 的预览离线版, 可以抢先体验新功能, 并且所有功能都已内置于脚本中.
// @author Grant Howard, Coulomb-G
// @copyright 2019, Grant Howard (https://github.com/the1812) & Coulomb-G (https://github.com/Coulomb-G)
@ -99,7 +99,7 @@ const settings = {
popup: false,
skin: false,
},
customNavbar: false,
customNavbar: true,
customNavbarFill: true,
customNavbarShadow: true,
playerShadow: false,

View File

@ -98,7 +98,7 @@ const settings = {
popup: false,
skin: false,
},
customNavbar: false,
customNavbar: true,
customNavbarFill: true,
customNavbarShadow: true,
playerShadow: false,

View File

@ -98,7 +98,7 @@ const settings = {
popup: false,
skin: false,
},
customNavbar: false,
customNavbar: true,
customNavbarFill: true,
customNavbarShadow: true,
playerShadow: false,

View File

@ -73,7 +73,7 @@ export const settings = {
popup: false,
skin: false,
},
customNavbar: false,
customNavbar: true,
customNavbarFill: true,
customNavbarShadow: true,
playerShadow: false,