Skip to content

Commit

Permalink
Merge pull request #41 from schooldev49/main
Browse files Browse the repository at this point in the history
Fix Stealth Mode games button
  • Loading branch information
GreenyDEV committed Dec 4, 2022
2 parents fb3faa7 + 9657a61 commit bfa98aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/resources/nebulamain.js
Original file line number Diff line number Diff line change
Expand Up @@ -776,9 +776,9 @@ function link(_link) {
img.href =
"https://ssl.gstatic.com/images/branding/product/1x/drive_2020q4_32dp.png"
doc.title = getRandomName()
var currentLink = link.slice(0, link.length - 1)
var currentLink = _link.slice(0, _link.length - 1)
iframe.src =
currentLink + "/service/go/" + __uv$config.encodeUrl(_link)
location.origin + "/service/go/" + __uv$config.encodeUrl(currentLink)
style.position = "fixed"
style.top = style.bottom = style.left = style.right = 0
style.border = style.outline = "none"
Expand Down

0 comments on commit bfa98aa

Please sign in to comment.