File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
src/modules/rules/common/groups Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,10 @@ export const commonBasicItems: Item[] = [
8080 if ( url . match ( / l i v e \. b i l i b i l i \. c o m \/ ( p \/ h t m l | a c t i v i t y | b l a c k b o a r d ) / ) ) {
8181 return url
8282 }
83+ // https://www.bilibili.com/pc/community/copyright 页面过滤
84+ if ( url . match ( / b i l i b i l i \. c o m \/ p c \/ c o m m u n i t y \/ c o p y r i g h t / ) ) {
85+ return url
86+ }
8387 const keysToRemove = new Set ( [
8488 'from_source' ,
8589 'spm_id_from' ,
Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ export default defineConfig({
3939 '*://www.bilibili.com/blackboard/comment-detail.html*' ,
4040 '*://www.bilibili.com/blackboard/newplayer.html*' ,
4141 '*://www.bilibili.com/appeal/*' ,
42- '*://www.bilibili.com/pc/community/copyright/*' ,
4342 ] ,
4443 icon : 'https://www.bilibili.com/favicon.ico' ,
4544 'run-at' : 'document-start' ,
You can’t perform that action at this time.
0 commit comments