'Saviour' of Lost Souls v0.2: support for Meta Stack Overflow
This commit is contained in:
parent
1db9e7d98a
commit
cc558f65fd
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
|
||||
// Check if author is likely to be a lost soul
|
||||
let owner = $('div.post-signature.owner');
|
||||
if (typeof owner == 'undefined')
|
||||
if (owner.length == 0)
|
||||
// happens with Community Wiki posts
|
||||
return;
|
||||
let reputation = owner.find('span.reputation-score')[0].innerText;
|
||||
|
|
Loading…
Reference in a new issue