Update index.html
This commit is contained in:
parent
bf0fb642b3
commit
a09a752842
@ -28,6 +28,7 @@ function queryName(){
|
||||
document.getElementById("dp").src=e.items[0].snippet.thumbnails.default.url;
|
||||
document.querySelector("#username").textContent = e.items[0].snippet.title;
|
||||
username = e.items[0].snippet.channelId.trim();
|
||||
console.log(e.items[0].snippet.channelId.trim());
|
||||
})
|
||||
}
|
||||
var isLive = 0,counts = [[]],intervals = [[1000],[3000],[5000],[10000],[30000],[120000]],recursions = [[15],[5],[3],[3],[4],[1]],r=0,level=1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user