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(); } },