diff --git a/recipes/tiktok/package.json b/recipes/tiktok/package.json index a0018b19f..720cb3bef 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 d2bf2d07e..c3af44cdf 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 =