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