We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3021c53 commit 3853580Copy full SHA for 3853580
Community/添加类/高亮多词/content.js
@@ -6,6 +6,7 @@ const globalHighlightWords = ['广告'];
6
// 高亮词配置
7
const highlightConfig = {
8
'www.zhihu.com': ['盐选'],
9
+ 'space.bilibili.com': ['公开收藏夹']
10
};
11
12
function getHighlightWords() {
Community/添加类/高亮多词/manifest.json
@@ -22,7 +22,8 @@
22
"https://www.baidu.com/*",
23
"https://www.so.com/*",
24
"https://www.sogou.com/*",
25
- "https://www.zhihu.com/*"
+ "https://www.zhihu.com/*",
26
+ "https://space.bilibili.com/*"
27
],
28
"js": ["content.js"],
29
"css": ["styles.css"],
0 commit comments