From e73d4c2d4adbdd9976da91ececffff857d953c45 Mon Sep 17 00:00:00 2001 From: Eduardo Fernández Date: Mon, 6 Nov 2023 13:00:58 +0100 Subject: Update notification selectors for TikTok (#454) --- recipes/tiktok/webview.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/tiktok/webview.js') diff --git a/recipes/tiktok/webview.js b/recipes/tiktok/webview.js index d2bf2d0..c3af44c 100644 --- a/recipes/tiktok/webview.js +++ b/recipes/tiktok/webview.js @@ -7,10 +7,10 @@ const _path = _interopRequireDefault(require('path')); module.exports = Ferdium => { const getMessages = () => { const selNotifications = document.querySelector( - 'div.tiktok-1b4xcc5-DivHeaderInboxContainer.e18kkhh40 > sup', + 'div.tiktok-1deszxq-DivHeaderInboxContainer.e18kkhh40 > sup', ); const selDM = document.querySelector( - 'div.tiktok-1ibfxbr-DivMessageIconContainer.e1nx07zo0 > sup', + 'div.tiktok-9j9jz0-DivMessageIconContainer.e1nx07zo0 > sup', ); const countNotifications = -- cgit v1.2.3-54-g00ecf