Skip to content

Commit 887b16b

Browse files
authored
#208 Bug Fixed CSV Downloader
#208 Bug Fixed CSV Downloader
1 parent ff0f661 commit 887b16b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Chrome-Extension/WhatsApp Monitor/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "Online Monitor for WhatsApp",
44
"description": "Online Monitor WhatsApp Web",
5-
"version": "3.0",
5+
"version": "3.1",
66
"author": "Rizwan Ahmad",
77

88

Chrome-Extension/WhatsApp Monitor/online.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ var btn = document.createElement("BUTTON");
204204
btn.innerHTML = '<img src="https://raw.githubusercontent.com/rizwansoaib/whatsapp-monitor/master/Chrome-Extension/WhatsApp%20Monitor/images/icons/csv_download.jpg" />';
205205

206206
btn.id="download";
207-
document.querySelector('header[data-testid="chatlist-header"]').appendChild(btn);
207+
document.querySelector('header').appendChild(btn);
208208

209209

210210
/*
@@ -216,7 +216,7 @@ document.querySelector("#side > header").appendChild(img);
216216

217217
var img=document.createElement("IMG");
218218
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);
220220

221221

222222
document.getElementById('download').addEventListener('click', dcsv2);

Chrome-Extension/WhatsApp Monitor/popup.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ <h2>
233233
<center>
234234

235235
<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>
237237

238238

239239

0 commit comments

Comments
 (0)