mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
feat: adopt the anime video page styles
This commit is contained in:
@@ -91,6 +91,8 @@ function injectApp() {
|
||||
|
||||
// video page
|
||||
|| /https?:\/\/(www.)?bilibili.com\/video\/.*/.test(currentUrl)
|
||||
// anime video page
|
||||
|| /https?:\/\/(www.)?bilibili.com\/bangumi\/play\/ss.*/.test(currentUrl)
|
||||
// watch later playlist
|
||||
|| /https?:\/\/(www.)?bilibili.com\/list\/watchlater.*/.test(currentUrl)
|
||||
// favorite playlist
|
||||
|
||||
@@ -83,6 +83,8 @@ const isTopbarFixed = computed(() => {
|
||||
// || /https?:\/\/search.bilibili.com\/.*$/.test(location.href)
|
||||
// video page
|
||||
|| /https?:\/\/(www.)?bilibili.com\/video\/.*/.test(location.href)
|
||||
// anime video page
|
||||
|| /https?:\/\/(www.)?bilibili.com\/bangumi\/play\/ss.*/.test(location.href)
|
||||
// moment page
|
||||
|| /https?:\/\/t.bilibili.com.*/.test(location.href)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user