Skip to content

Commit

Permalink
Bug Fixed #189
Browse files Browse the repository at this point in the history
  • Loading branch information
rizwansoaib authored Aug 14, 2022
1 parent c174e4c commit 388ce4a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Chrome-Extension/WhatsApp Monitor/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"manifest_version": 3,
"name": "Online Monitor",
"description": "Online Monitor @http://github.com/rizwansoaib",
"version": "2.8",
"name": "Online Monitor for WhatsApp",
"description": "Online Monitor WhatsApp Web,
"version": "2.9",
"author": "Rizwan Ahmad",


Expand Down Expand Up @@ -42,4 +42,4 @@
"https://web.whatsapp.com/*","https://notify.run/*","https://wpmonitor.tech/*"
]

}
}
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("#side > header").appendChild(btn);
document.querySelector('header[data-testid="chatlist-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("#side > header").appendChild(img);
document.querySelector('header[data-testid="chatlist-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 2.8 (10 July 2022)</h3>
<h3 align="center">Github Version 2.9 (15 August 2022)</h3>



Expand Down

0 comments on commit 388ce4a

Please sign in to comment.