forked from judong2341/EUID
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscript.js
17 lines (17 loc) · 810 Bytes
/
script.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
window.onpageshow = function(){
interval = setInterval(function (){
if (this.document.getElementsByTagName('iframe').length > 0) {
var userid = this.document.getElementsByTagName('iframe')[0].contentWindow.user._id;
if (this.document.getElementsByTagName('iframe')[0].contentWindow.user._id != this.document.getElementsByTagName('iframe')[0].contentWindow.user.username){
console.log(userid)
}
this.document.getElementsByTagName('iframe')[0].contentWindow.user.username = userid
}else if(location.pathname.indexOf('/ws/') == 0) {
var userid = this.user._id;
if (user._id != user.username){
console.log(userid)
}
this.user.username = userid
}
}, 10)
}