diff --git a/resource/sites/www.torrentleech.org/config.json b/resource/sites/www.torrentleech.org/config.json index b01815e6f..73681ca20 100644 --- a/resource/sites/www.torrentleech.org/config.json +++ b/resource/sites/www.torrentleech.org/config.json @@ -53,8 +53,8 @@ "filters": ["query.text().replace(/,/g,'')"] }, "messageCount": { - "selector": ["a[href='/content/articles'] i.news-notify"], - "filters": ["query.length>0 ? 255: 0"] + "selector": ["span.link[onclick*='/notifications']"], + "filters": ["parseInt(query.text().trim())"] } } },