Commit 887b16b 1 parent ff0f661 commit 887b16b Copy full SHA for 887b16b
File tree 3 files changed +4
-4
lines changed
Chrome-Extension/WhatsApp Monitor
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
"manifest_version" : 3 ,
3
3
"name" : " Online Monitor for WhatsApp" ,
4
4
"description" : " Online Monitor WhatsApp Web" ,
5
- "version" : " 3.0 " ,
5
+ "version" : " 3.1 " ,
6
6
"author" : " Rizwan Ahmad" ,
7
7
8
8
Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ var btn = document.createElement("BUTTON");
204
204
btn . innerHTML = '<img src="https://raw.githubusercontent.com/rizwansoaib/whatsapp-monitor/master/Chrome-Extension/WhatsApp%20Monitor/images/icons/csv_download.jpg" />' ;
205
205
206
206
btn . id = "download" ;
207
- document . querySelector ( 'header[data-testid="chatlist-header"] ' ) . appendChild ( btn ) ;
207
+ document . querySelector ( 'header' ) . appendChild ( btn ) ;
208
208
209
209
210
210
/*
@@ -216,7 +216,7 @@ document.querySelector("#side > header").appendChild(img);
216
216
217
217
var img = document . createElement ( "IMG" ) ;
218
218
img . src = "https://raw.githubusercontent.com/rizwansoaib/whatsapp-monitor/master/Chrome-Extension/WhatsApp%20Monitor/images/icons/64.png"
219
- document . querySelector ( 'header[data-testid="chatlist-header"] ' ) . appendChild ( img ) ;
219
+ document . querySelector ( 'header' ) . appendChild ( img ) ;
220
220
221
221
222
222
document . getElementById ( 'download' ) . addEventListener ( 'click' , dcsv2 ) ;
Original file line number Diff line number Diff line change 233
233
< center >
234
234
235
235
< br > < br >
236
- < h3 align ="center "> Github Version 3.0 (1 December 2022 )</ h3 >
236
+ < h3 align ="center "> Chrome Version 3.1 (1 September 2023 )</ h3 >
237
237
238
238
239
239
You can’t perform that action at this time.
0 commit comments