Update nebulamain.js

This commit is contained in:
schooldev49 2022-12-03 18:35:35 -05:00 committed by GitHub
parent fb3faa75f5
commit 9657a61b0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -776,9 +776,9 @@ function link(_link) {
img.href = img.href =
"https://ssl.gstatic.com/images/branding/product/1x/drive_2020q4_32dp.png" "https://ssl.gstatic.com/images/branding/product/1x/drive_2020q4_32dp.png"
doc.title = getRandomName() doc.title = getRandomName()
var currentLink = link.slice(0, link.length - 1) var currentLink = _link.slice(0, _link.length - 1)
iframe.src = iframe.src =
currentLink + "/service/go/" + __uv$config.encodeUrl(_link) location.origin + "/service/go/" + __uv$config.encodeUrl(currentLink)
style.position = "fixed" style.position = "fixed"
style.top = style.bottom = style.left = style.right = 0 style.top = style.bottom = style.left = style.right = 0
style.border = style.outline = "none" style.border = style.outline = "none"