Skip to content

Commit 3480b6e

Browse files
committed
apply new message selector
1 parent f9f8836 commit 3480b6e

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.DS_Store

6 KB
Binary file not shown.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "messenger",
33
"name": "Messenger",
4-
"version": "1.5.0",
4+
"version": "1.6.0",
55
"description": "Facebook Messenger",
66
"main": "index.js",
77
"author": "Stefan Malzner <[email protected]>",

webview.js

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ module.exports = (Franz) => {
77
if (node.querySelector('.lrazzd5p, .is6700om, .o48pnaf2')) count += 1;
88
});
99

10+
count += document.querySelectorAll('[role="gridcell"] .xwnonoy').length;
11+
1012
Franz.setBadge(count);
1113
};
1214

0 commit comments

Comments
 (0)