diff --git a/deps/greasyfork/linkedin.user.js b/deps/greasyfork/linkedin.user.js index 974f5b1..3ba11a6 100644 --- a/deps/greasyfork/linkedin.user.js +++ b/deps/greasyfork/linkedin.user.js @@ -370,12 +370,12 @@ const online_fxreader_linkedin = new Linkedin(); if (o.length > 0) { - if (o[0] == '-') + if (o[0] == '+') { action = 'include'; word = o.slice(1,); } - else if (o[0] == '+') + else if (o[0] == '-') { action = 'exclude'; word = o.slice(1,);