Skip to content

Commit 3853580

Browse files
Community: 高亮多词更新
1 parent 3021c53 commit 3853580

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Community/添加类/高亮多词/content.js

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ const globalHighlightWords = ['广告'];
66
// 高亮词配置
77
const highlightConfig = {
88
'www.zhihu.com': ['盐选'],
9+
'space.bilibili.com': ['公开收藏夹']
910
};
1011

1112
function getHighlightWords() {

Community/添加类/高亮多词/manifest.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"https://www.baidu.com/*",
2323
"https://www.so.com/*",
2424
"https://www.sogou.com/*",
25-
"https://www.zhihu.com/*"
25+
"https://www.zhihu.com/*",
26+
"https://space.bilibili.com/*"
2627
],
2728
"js": ["content.js"],
2829
"css": ["styles.css"],

0 commit comments

Comments
 (0)