mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
fix: exclude the unsupported page (#206)
This commit is contained in:
@@ -56,7 +56,7 @@ function isSupportedPages() {
|
||||
// notifications page
|
||||
|| /https?:\/\/message.bilibili.com\.*/.test(currentUrl)
|
||||
// bilibili channel page b站分区页面
|
||||
|| /https?:\/\/www.bilibili.com\/v\/.*/.test(currentUrl)
|
||||
|| /https?:\/\/www.bilibili.com\/v\/(?!popular).*/.test(currentUrl)
|
||||
// anime page & chinese anime page
|
||||
|| /https?:\/\/www.bilibili.com\/(anime|guochuang).*/.test(currentUrl)
|
||||
// channel page e.g. tv shows, movie, variety shows, mooc page
|
||||
|
||||
Reference in New Issue
Block a user