fix: use new history page

This commit is contained in:
Hakadao
2024-12-16 01:52:25 +08:00
parent 81459a3cdd
commit 39f0474108
5 changed files with 14 additions and 3 deletions

View File

@@ -50,6 +50,7 @@ function isSupportedPages(): boolean {
// moment detail
|| /https?:\/\/(?:www\.)?bilibili\.com\/opus\/.*/.test(currentUrl)
// history page
|| /https?:\/\/(?:www\.)?bilibili\.com\/history.*/.test(currentUrl)
|| /https?:\/\/(?:www\.)?bilibili\.com\/account\/history.*/.test(currentUrl)
// watcher later page
|| /https?:\/\/(?:www\.)?bilibili\.com\/watchlater\/#\/list.*/.test(currentUrl)