From a151e66ed1c73ea32e115c2b09ce27fbef57ede4 Mon Sep 17 00:00:00 2001 From: Glorfindel Date: Sun, 24 Dec 2017 12:44:44 +0100 Subject: [PATCH] Why No Bounty: the system already warns you for your own questions which aren't old enough --- why-no-bounty/why-no-bounty.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/why-no-bounty/why-no-bounty.user.js b/why-no-bounty/why-no-bounty.user.js index 2c48684..b12f347 100644 --- a/why-no-bounty/why-no-bounty.user.js +++ b/why-no-bounty/why-no-bounty.user.js @@ -24,7 +24,7 @@ } // 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) { + if ($("a.bounty-link.bounty").length !== 0 || document.getElementById("bounty-link bounty") != null) { return; }