Skip to content

Commit

Permalink
v3.0 with new domain
Browse files Browse the repository at this point in the history
  • Loading branch information
rizwansoaib authored Nov 29, 2022
1 parent 66dc341 commit 7141352
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Chrome-Extension/WhatsApp Monitor/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function save(user,t1,t2,t){
user=user.replace(/[^a-zA-Z0-9]/g, "")
curd=curd.replace(/[^a-zA-Z0-9]/g, "")

const surl='https://wpmonitor.tech/save/'+user+'/'+curd+'/'+t1+'/'+t2+'/'+t
const surl='https://wpmonitor.online/save/'+user+'/'+curd+'/'+t1+'/'+t2+'/'+t
var xhr = new XMLHttpRequest();
xhr.open("GET",surl);
xhr.send()
Expand Down
4 changes: 2 additions & 2 deletions 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": "2.9",
"version": "3.0",
"author": "Rizwan Ahmad",


Expand Down Expand Up @@ -39,7 +39,7 @@


"host_permissions": [
"https://web.whatsapp.com/*","https://notify.run/*","https://wpmonitor.tech/*"
"https://web.whatsapp.com/*","https://notify.run/*","https://wpmonitor.online/*"
]

}
2 changes: 1 addition & 1 deletion Chrome-Extension/WhatsApp Monitor/online.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function save(user,t1,t2,t){
user=user.replace(/[^a-zA-Z0-9]/g, "")
curd=curd.replace(/[^a-zA-Z0-9]/g, "")

const surl='https://wpmonitor.tech/save/'+user+'/'+curd+'/'+t1+'/'+t2+'/'+t
const surl='https://wpmonitor.online/save/'+user+'/'+curd+'/'+t1+'/'+t2+'/'+t
var xhr = new XMLHttpRequest();
xhr.open("GET",surl);
xhr.send()
Expand Down
4 changes: 2 additions & 2 deletions Chrome-Extension/WhatsApp Monitor/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ <h2>


<div class="alert alert-success" role="alert" align="center">
<a href="https://wpmonitor.tech/dashboard" class="alert-link">Whatsapp Monitor Online History</a>
<a href="https://wpmonitor.online/dashboard" class="alert-link">Whatsapp Monitor Online History</a>
</div>


Expand All @@ -233,7 +233,7 @@ <h2>
<center>

<br><br>
<h3 align="center">Github Version 2.9 (15 August 2022)</h3>
<h3 align="center">Github Version 3.0 (1 December 2022)</h3>



Expand Down

0 comments on commit 7141352

Please sign in to comment.