diff --git a/why-no-bounty/why-no-bounty.user.js b/why-no-bounty/why-no-bounty.user.js index d33afa5..2c48684 100644 --- a/why-no-bounty/why-no-bounty.user.js +++ b/why-no-bounty/why-no-bounty.user.js @@ -23,8 +23,8 @@ return; } - // If there's a 'start a bounty' link, we have nothing to do. - if ($("a.bounty-link.bounty").length !== 0) { + // If there's a 'start a bounty' or 'question eligible for bounty in x days' link, we have nothing to do. + if ($("a.bounty-link.bounty").length !== 0 || $("a[href='/help/bounty']").length !== 0) { return; }