From 46e43834981d393ad5635311f110285934cc5d5c Mon Sep 17 00:00:00 2001 From: j0be Date: Thu, 6 Jul 2017 15:58:33 -0400 Subject: [PATCH] 1.4.4 added "overview" to the location check --- powerdeletesuite.js | 1 + 1 file changed, 1 insertion(+) diff --git a/powerdeletesuite.js b/powerdeletesuite.js index 468c247..b89d585 100644 --- a/powerdeletesuite.js +++ b/powerdeletesuite.js @@ -46,6 +46,7 @@ var pd = { location: function () { return document.location.hostname.split('.').slice(-2).join('.') == 'reddit.com' && document.location.href.match('/user/') && + document.location.href.match('/overview') && $('.titlebox h1').first().text() === $('#header-bottom-right .user a').first().text(); } },