Skip to content

Commit

Permalink
Update content.js
Browse files Browse the repository at this point in the history
  • Loading branch information
astitva1905 authored Dec 31, 2020
1 parent 5ad9135 commit 9f1f5be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ function modify_query()
query = words.join('+');
var keyword_list = query.split('+');
var new_keyword_list = [];
var allKeys=["buy","price","cheap", "product", "shop", "sale","amazon","flipkart","myntra","purchase","ecological"];
var allKeys=["buy","price","cheap", "product", "shop", "sale","amazon","flipkart","myntra","purchase","ecological","online"];
for(var i=0;i<keyword_list.length;i++)
{
if (!allKeys.includes(keyword_list[i])) {
Expand Down

0 comments on commit 9f1f5be

Please sign in to comment.