Skip to content

Commit 5a2462c

Browse files
feat: GitHub 高亮 "you"
1 parent 3853580 commit 5a2462c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

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

1213
function getHighlightWords() {

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"https://www.so.com/*",
2424
"https://www.sogou.com/*",
2525
"https://www.zhihu.com/*",
26-
"https://space.bilibili.com/*"
26+
"https://space.bilibili.com/*",
27+
"https://github.com/*"
2728
],
2829
"js": ["content.js"],
2930
"css": ["styles.css"],

0 commit comments

Comments
 (0)