Skip to content

Commit

Permalink
Update notification selectors for TikTok (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
EduFdezSoy authored Nov 6, 2023
1 parent bf6b6a6 commit e73d4c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion recipes/tiktok/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "tiktok",
"name": "Tiktok",
"version": "1.1.0",
"version": "1.2.0",
"license": "MIT",
"config": {
"serviceURL": "https://tiktok.com"
Expand Down
4 changes: 2 additions & 2 deletions recipes/tiktok/webview.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit e73d4c2

Please sign in to comment.