Skip to content

Commit

Permalink
Added several recommended keyowrds
Browse files Browse the repository at this point in the history
  • Loading branch information
noa committed Apr 14, 2021
1 parent 018f408 commit f70739d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion popup/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,17 @@

const keywordList = [
"Promoted",
"Poll",
"following",
"likes this",
"commented on this",
"loves this",
"finds this insightful",
"celebrates this",
"is curious about this"
"is curious about this",
"Be the first to comment",
"Be the first to react",
"New post in",
]

const keywordSelector = document.querySelector('input[id=keyword-selector]');
Expand Down

0 comments on commit f70739d

Please sign in to comment.