Update nebulamain.js

This commit is contained in:
Green! 2022-12-09 07:49:58 -05:00 committed by GitHub
parent 516f72a8b7
commit d5bc79f198
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -742,7 +742,7 @@ function handleTabLeave() {
document.getElementsByTagName("head")[0].appendChild(link) document.getElementsByTagName("head")[0].appendChild(link)
} }
link.href = link.href =
"https://static.nebulacdn.xyz/content/images/nebula_logo_619x619.png" "https://camo.githubusercontent.com/b565ae2e136e0ac6023e7099288a62382de7c2b8cdce86a8b90449b86649434c/68747470733a2f2f6e6562756c6170726f78792e6e6562756c612e62696f2f696d616765732f6c6f676f2e706e67"
} else { } else {
return false return false
} }