Skip to content

Commit fecb428

Browse files
authored
fix(): Add two missing reactions (#40)
1 parent 804210d commit fecb428

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/content.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,9 @@ function getKeywords(res) {
267267
'loves this',
268268
'finds this insightful',
269269
'celebrates this',
270-
'is curious about this'
270+
'is curious about this',
271+
'supports this',
272+
'finds this funny'
271273
)
272274
if (res['hide-commented-on']) keywords.push('commented on this')
273275
if (res['hide-by-companies'])

0 commit comments

Comments
 (0)