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/package.json | 2 +- recipes/tiktok/webview.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes') diff --git a/recipes/tiktok/package.json b/recipes/tiktok/package.json index a0018b1..720cb3b 100644 --- a/recipes/tiktok/package.json +++ b/recipes/tiktok/package.json @@ -1,7 +1,7 @@ { "id": "tiktok", "name": "Tiktok", - "version": "1.1.0", + "version": "1.2.0", "license": "MIT", "config": { "serviceURL": "https://tiktok.com" 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