Skip to content

Commit

Permalink
#208 Bug Fixed CSV Downloader
Browse files Browse the repository at this point in the history
#208 Bug Fixed CSV Downloader
  • Loading branch information
rizwansoaib authored Aug 26, 2023
1 parent ff0f661 commit 887b16b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Chrome-Extension/WhatsApp Monitor/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "Online Monitor for WhatsApp",
"description": "Online Monitor WhatsApp Web",
"version": "3.0",
"version": "3.1",
"author": "Rizwan Ahmad",


Expand Down
4 changes: 2 additions & 2 deletions Chrome-Extension/WhatsApp Monitor/online.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ var btn = document.createElement("BUTTON");
btn.innerHTML = '<img src="https://raw.githubusercontent.com/rizwansoaib/whatsapp-monitor/master/Chrome-Extension/WhatsApp%20Monitor/images/icons/csv_download.jpg" />';

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


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

var img=document.createElement("IMG");
img.src="https://raw.githubusercontent.com/rizwansoaib/whatsapp-monitor/master/Chrome-Extension/WhatsApp%20Monitor/images/icons/64.png"
document.querySelector('header[data-testid="chatlist-header"]').appendChild(img);
document.querySelector('header').appendChild(img);


document.getElementById('download').addEventListener('click', dcsv2);
Expand Down
2 changes: 1 addition & 1 deletion Chrome-Extension/WhatsApp Monitor/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ <h2>
<center>

<br><br>
<h3 align="center">Github Version 3.0 (1 December 2022)</h3>
<h3 align="center">Chrome Version 3.1 (1 September 2023)</h3>



Expand Down

0 comments on commit 887b16b

Please sign in to comment.