[~] Refactor
This commit is contained in:
parent
d6f5817c78
commit
1018ad3266
4
deps/greasyfork/linkedin.user.js
vendored
4
deps/greasyfork/linkedin.user.js
vendored
@ -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,);
|
||||
|
Loading…
Reference in New Issue
Block a user