Warning
π¨ Production/Development pause {april 21, 09:16 AM EST}
hello everyone! I am going to be taking a break from development. I have final exams, and I've just been overwhelmed with all this growth Nebula has had. So I, the owner, will be taking a break. I don't have a return date yet, but I should be back in 2-3 weeks. I'm not giving up, only taking a break. I do want to thank all of you for your support, I really appreciate it :) best wishes, nebula owner <3
Important
If you use our site, please consider giving us star. Thank you! πΈ.
- Out-of-this-world UI - (More UI updates soon)
- Games - (WORKING!)
- Tools - (New!)
- Proxy - (New!)
- Settings - (BETA)
- About:Blank cloaking - (WORKING!)
- Tab cloaking - (New!)
- Panic key - (New!)
- Nebula-x Light
- Unblocked Ai chatbot
- working search tool
v2.0.7 notes
- added data:url launcher
- updated settings. (about blank fix coming soon)
- added more games from requests.
- upgrading the proxy for smoother interaction
- added tab cloak to embed html
Warning
Nebula-X is still very new and may have bugs. Please report any you find. Our team is working hard to make Nebula deployable everywhere so we can become almost unblockable!
Use the nebula-x-site repo to deploy as it has up to date code and is organized.
CURRENT LINKS
- https://Nebx.above.gay (NEW MAIN)
- https://nebulax.playcode.io/index.html (not updated backup)
- https://nebulaprxy-x.netlify.app/
- https://nebula-x-development.github.io/Nebula-X-site/index.html
- https://nx.global.ssl.fastly.net/
You can also deploy it on your own! using any statcik hosts. (except for github codespaces)
you also may use our new data:URL launcher! just copy this and put it in your URL bar :D (credits to above)
data:text/html;charset=utf-8,%3C!DOCTYPE%20html%3E%0A%3Chtml%20lang%3D%22en%22%3E%0A%3Chead%3E%0A%20%20%3Cmeta%20charset%3D%22UTF-8%22%3E%0A%20%20%3Cmeta%20name%3D%22viewport%22%20content%3D%22width%3Ddevice-width%2C%20initial-scale%3D1.0%22%3E%0A%20%20%3Ctitle%3ENebula-X%20Launcher%3C%2Ftitle%3E%0A%20%20%3Clink%20rel%3D%22icon%22%20href%3D%22https%3A%2F%2Fraw.githubusercontent.com%2FNebula-X-Development%2FNebula-X-BETA%2Frefs%2Fheads%2Fmain%2FNEBULA_LOGO.png%22%20type%3D%22image%2Fpng%22%3E%0A%20%20%3Clink%20href%3D%22https%3A%2F%2Fcdnjs.cloudflare.com%2Fajax%2Flibs%2Ffont-awesome%2F6.0.0-beta3%2Fcss%2Fall.min.css%22%20rel%3D%22stylesheet%22%3E%0A%20%20%3Cstyle%3E%0A%20%20%20%20%2F*%20Base%20Styles%20*%2F%0A%20%20%20%20body%20%7B%0A%20%20%20%20%20%20margin%3A%200%3B%0A%20%20%20%20%20%20height%3A%20100vh%3B%0A%20%20%20%20%20%20background%3A%20radial-gradient(circle%20at%20bottom%2C%20%237c2ae8%2C%20%23000)%3B%0A%20%20%20%20%20%20font-family%3A%20Arial%2C%20sans-serif%3B%0A%20%20%20%20%20%20overflow%3A%20hidden%3B%0A%20%20%20%20%20%20color%3A%20white%3B%0A%20%20%20%20%7D%0A%20%20%20%20.background%20%7B%0A%20%20%20%20%20%20position%3A%20relative%3B%0A%20%20%20%20%20%20width%3A%20100%25%3B%0A%20%20%20%20%20%20height%3A%20100%25%3B%0A%20%20%20%20%20%20display%3A%20flex%3B%0A%20%20%20%20%20%20align-items%3A%20center%3B%0A%20%20%20%20%20%20justify-content%3A%20center%3B%0A%20%20%20%20%7D%0A%20%20%20%20.stars%20%7B%0A%20%20%20%20%20%20position%3A%20absolute%3B%0A%20%20%20%20%20%20top%3A%200%3B%0A%20%20%20%20%20%20left%3A%200%3B%0A%20%20%20%20%20%20width%3A%20100%25%3B%0A%20%20%20%20%20%20height%3A%20100%25%3B%0A%20%20%20%20%20%20pointer-events%3A%20none%3B%0A%20%20%20%20%20%20overflow%3A%20hidden%3B%0A%20%20%20%20%7D%0A%20%20%20%20.star%20%7B%0A%20%20%20%20%20%20position%3A%20absolute%3B%0A%20%20%20%20%20%20width%3A%202px%3B%0A%20%20%20%20%20%20height%3A%202px%3B%0A%20%20%20%20%20%20background%3A%20white%3B%0A%20%20%20%20%20%20border-radius%3A%2050%25%3B%0A%20%20%20%20%20%20opacity%3A%200%3B%0A%20%20%20%20%20%20animation%3A%20twinkle%205s%20infinite%3B%0A%20%20%20%20%7D%0A%20%20%20%20%40keyframes%20twinkle%20%7B%0A%20%20%20%20%20%200%25%20%7B%20opacity%3A%200%3B%20%7D%0A%20%20%20%20%20%2050%25%20%7B%20opacity%3A%201%3B%20%7D%0A%20%20%20%20%20%20100%25%20%7B%20opacity%3A%200%3B%20%7D%0A%20%20%20%20%7D%0A%20%20%20%20%2F*%20Launcher%20Container%20*%2F%0A%20%20%20%20.launcher-container%20%7B%0A%20%20%20%20%20%20position%3A%20relative%3B%0A%20%20%20%20%20%20background%3A%20rgba(20%2C%2020%2C%2020%2C%200.9)%3B%0A%20%20%20%20%20%20border-radius%3A%2015px%3B%0A%20%20%20%20%20%20padding%3A%2030px%3B%0A%20%20%20%20%20%20width%3A%2090%25%3B%0A%20%20%20%20%20%20max-width%3A%20350px%3B%0A%20%20%20%20%20%20text-align%3A%20center%3B%0A%20%20%20%20%20%20box-shadow%3A%200%200%2015px%20rgba(0%2C%200%2C%200%2C%200.5)%3B%0A%20%20%20%20%20%20z-index%3A%201%3B%0A%20%20%20%20%20%20animation%3A%20fadeInUp%200.8s%20ease-out%20both%3B%0A%20%20%20%20%7D%0A%20%20%20%20%2F*%20Staggered%20Animations%20for%20Elements%20*%2F%0A%20%20%20%20.launcher-container%20h2%20%7B%0A%20%20%20%20%20%20margin-bottom%3A%2020px%3B%0A%20%20%20%20%20%20color%3A%20%23d580ff%3B%0A%20%20%20%20%20%20text-shadow%3A%200%200%2010px%20%23d580ff%3B%0A%20%20%20%20%20%20animation%3A%20fadeInUp%200.8s%20ease-out%20both%3B%0A%20%20%20%20%20%20animation-delay%3A%200.2s%3B%0A%20%20%20%20%7D%0A%20%20%20%20.launcher-container%20label%20%7B%0A%20%20%20%20%20%20display%3A%20block%3B%0A%20%20%20%20%20%20margin-bottom%3A%2010px%3B%0A%20%20%20%20%20%20font-size%3A%201rem%3B%0A%20%20%20%20%20%20animation%3A%20fadeInUp%200.8s%20ease-out%20both%3B%0A%20%20%20%20%20%20animation-delay%3A%200.4s%3B%0A%20%20%20%20%7D%0A%20%20%20%20.launcher-container%20select%20%7B%0A%20%20%20%20%20%20width%3A%20100%25%3B%0A%20%20%20%20%20%20padding%3A%2010px%3B%0A%20%20%20%20%20%20margin-bottom%3A%2020px%3B%0A%20%20%20%20%20%20border-radius%3A%208px%3B%0A%20%20%20%20%20%20border%3A%202px%20solid%20%23d580ff%3B%0A%20%20%20%20%20%20background%3A%20%231a1a1a%3B%0A%20%20%20%20%20%20color%3A%20white%3B%0A%20%20%20%20%20%20font-size%3A%2016px%3B%0A%20%20%20%20%20%20text-align%3A%20center%3B%0A%20%20%20%20%20%20-webkit-appearance%3A%20none%3B%0A%20%20%20%20%20%20-moz-appearance%3A%20none%3B%0A%20%20%20%20%20%20appearance%3A%20none%3B%0A%20%20%20%20%20%20background-image%3A%20url('data%3Aimage%2Fsvg%2Bxml%3Bcharset%3DUS-ASCII%2C%253Csvg%2520xmlns%253D%2522http%253A%2F%2Fwww.w3.org%2F2000%2Fsvg%2522%2520width%253D%252210%2522%2520height%253D%252210%2522%2520fill%253D%2522white%2522%253E%253Cpolygon%2520points%253D%25220%2C0%252010%2C0%25205%2C7%2522%2F%253E%253C%2Fsvg%253E')%3B%0A%20%20%20%20%20%20background-repeat%3A%20no-repeat%3B%0A%20%20%20%20%20%20background-position%3A%20right%2010px%20center%3B%0A%20%20%20%20%20%20transition%3A%20border-color%200.3s%20ease%2C%20box-shadow%200.3s%20ease%2C%20transform%200.3s%20ease%3B%0A%20%20%20%20%20%20animation%3A%20fadeInUp%200.8s%20ease-out%20both%3B%0A%20%20%20%20%20%20animation-delay%3A%200.6s%3B%0A%20%20%20%20%7D%0A%20%20%20%20.launcher-container%20select%3Ahover%20%7B%0A%20%20%20%20%20%20border-color%3A%20%23b34cd9%3B%0A%20%20%20%20%20%20transform%3A%20scale(1.02)%3B%0A%20%20%20%20%7D%0A%20%20%20%20.launcher-container%20select%3Afocus%20%7B%0A%20%20%20%20%20%20outline%3A%20none%3B%0A%20%20%20%20%20%20border-color%3A%20%23b34cd9%3B%0A%20%20%20%20%20%20box-shadow%3A%200%200%2010px%20%23b34cd9%3B%0A%20%20%20%20%20%20transform%3A%20scale(1.03)%3B%0A%20%20%20%20%7D%0A%20%20%20%20.launcher-container%20.button%20%7B%0A%20%20%20%20%20%20width%3A%20100%25%3B%0A%20%20%20%20%20%20padding%3A%2010px%3B%0A%20%20%20%20%20%20background%3A%20%23b34cd9%3B%0A%20%20%20%20%20%20border%3A%20none%3B%0A%20%20%20%20%20%20color%3A%20white%3B%0A%20%20%20%20%20%20font-size%3A%2016px%3B%0A%20%20%20%20%20%20border-radius%3A%208px%3B%0A%20%20%20%20%20%20cursor%3A%20pointer%3B%0A%20%20%20%20%20%20box-shadow%3A%200%200%2010px%20%23d580ff%3B%0A%20%20%20%20%20%20transition%3A%20transform%200.3s%20ease%2C%20box-shadow%200.3s%20ease%3B%0A%20%20%20%20%20%20animation%3A%20fadeInUp%200.8s%20ease-out%20both%3B%0A%20%20%20%20%20%20animation-delay%3A%200.8s%3B%0A%20%20%20%20%7D%0A%20%20%20%20.launcher-container%20.button%3Ahover%20%7B%0A%20%20%20%20%20%20transform%3A%20scale(1.05)%3B%0A%20%20%20%20%20%20box-shadow%3A%200%200%2020px%20%23d580ff%3B%0A%20%20%20%20%7D%0A%20%20%20%20%2F*%20Keyframes%20for%20fade%20in%20and%20slide%20up%20effect%20*%2F%0A%20%20%20%20%40keyframes%20fadeInUp%20%7B%0A%20%20%20%20%20%20from%20%7B%0A%20%20%20%20%20%20%20%20opacity%3A%200%3B%0A%20%20%20%20%20%20%20%20transform%3A%20translateY(20px)%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20to%20%7B%0A%20%20%20%20%20%20%20%20opacity%3A%201%3B%0A%20%20%20%20%20%20%20%20transform%3A%20translateY(0)%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%7D%0A%20%20%3C%2Fstyle%3E%0A%3C%2Fhead%3E%0A%3Cbody%3E%0A%20%20%3Cdiv%20class%3D%22background%22%3E%0A%20%20%20%20%3Cdiv%20class%3D%22stars%22%3E%3C%2Fdiv%3E%0A%20%20%20%20%3Cdiv%20class%3D%22launcher-container%22%3E%0A%20%20%20%20%20%20%3Ch2%3ENebula%20X%20Launcher%3C%2Fh2%3E%0A%20%20%20%20%20%20%3Clabel%20for%3D%22tabCloak%22%3EChoose%20Tab%20Cloaking%3A%3C%2Flabel%3E%0A%20%20%20%20%20%20%3Cselect%20id%3D%22tabCloak%22%3E%0A%20%20%20%20%20%20%20%20%3Coption%20value%3D%22default%22%3EDefault%3C%2Foption%3E%0A%20%20%20%20%20%20%20%20%3Coption%20value%3D%22google%22%3EGoogle%3C%2Foption%3E%0A%20%20%20%20%20%20%20%20%3Coption%20value%3D%22classroom%22%3EGoogle%20Classroom%3C%2Foption%3E%0A%20%20%20%20%20%20%20%20%3Coption%20value%3D%22drive%22%3EGoogle%20Drive%3C%2Foption%3E%0A%20%20%20%20%20%20%3C%2Fselect%3E%0A%20%20%20%20%20%20%3Cbutton%20class%3D%22button%22%20onclick%3D%22deployLauncher()%22%3EDeploy%3C%2Fbutton%3E%0A%3Cp%3E%20credits%20to%20above%20for%20helping%20me%20with%20this%20he's%20my%20pookie%20fr%20%3A3%20%3C%2Fp%3E%0A%20%20%3C%2Fdiv%3E%0A%20%20%20%20%3C%2Fdiv%3E%0A%20%20%3Cscript%3E%0A%20%20%20%20document.addEventListener('DOMContentLoaded'%2C%20()%20%3D%3E%20%7B%0A%20%20%20%20%20%20const%20starsContainer%20%3D%20document.querySelector('.stars')%3B%0A%20%20%20%20%20%20const%20totalStars%20%3D%20400%3B%0A%20%20%20%20%20%20for%20(let%20i%20%3D%200%3B%20i%20%3C%20totalStars%3B%20i%2B%2B)%20%7B%0A%20%20%20%20%20%20%20%20const%20star%20%3D%20document.createElement('div')%3B%0A%20%20%20%20%20%20%20%20star.classList.add('star')%3B%0A%20%20%20%20%20%20%20%20star.style.left%20%3D%20Math.random()%20*%20100%20%2B%20'%25'%3B%0A%20%20%20%20%20%20%20%20star.style.top%20%3D%20Math.random()%20*%20100%20%2B%20'%25'%3B%0A%20%20%20%20%20%20%20%20star.style.animationDelay%20%3D%20Math.random()%20*%205%20%2B%20's'%3B%0A%20%20%20%20%20%20%20%20star.style.animationDuration%20%3D%20(2%20%2B%20Math.random()%20*%203)%20%2B%20's'%3B%0A%20%20%20%20%20%20%20%20starsContainer.appendChild(star)%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%7D)%3B%0A%20%20%20%20function%20deployLauncher()%20%7B%0A%20%20%20%20%20%20const%20cloakOption%20%3D%20document.getElementById('tabCloak').value%3B%0A%20%20%20%20%20%20%2F%2F%20it%20is%20i%2C%20above.%20i%20shall%20help%20you.%0A%20%20%20%20%20%20%0A%20%20%20%20%20%20let%20faviconUrl%20%3D%20'https%3A%2F%2Fnx.above.gay%2Fassets%2Flogo.png'%3B%0A%20%20%20%20%20%20let%20tabTitle%20%3D%20'Nebula-X'%3B%0A%20%20%20%20%20%20let%20url%20%3D%20'https%3A%2F%2Fnebula-x-development.github.io%2FNebula-X-site%2Findex.html'%3B%0A%20%20%20%20%20%20%0A%20%20%20%20%20%20const%20preSavedOption%20%3D%20document.getElementById('tabCloak').value%3B%0A%20%20%20%20%20%20if%20(preSavedOption%20%3D%3D%3D%20'default')%20%7B%0A%20%20%20%20%20%20%20%20faviconUrl%20%3D%20'https%3A%2F%2Fnx.above.gay%2Fassets%2Flogo.png'%3B%0A%20%20%20%20%20%20%20%20tabTitle%20%3D%20'Nebula-X'%3B%0A%20%20%20%20%20%20%7D%20else%20if%20(preSavedOption%20%3D%3D%3D%20'google')%20%7B%0A%20%20%20%20%20%20%20%20faviconUrl%20%3D%20'https%3A%2F%2Fwww.google.com%2Ffavicon.ico'%3B%0A%20%20%20%20%20%20%20%20tabTitle%20%3D%20'Google'%3B%0A%20%20%20%20%20%20%7D%20else%20if%20(preSavedOption%20%3D%3D%3D%20'classroom')%20%7B%0A%20%20%20%20%20%20%20%20faviconUrl%20%3D%20'https%3A%2F%2Fnx.above.gay%2Fassets%2Fclassroom.png'%3B%0A%20%20%20%20%20%20%20%20tabTitle%20%3D%20'Home'%3B%0A%20%20%20%20%20%20%7D%20else%20if%20(preSavedOption%20%3D%3D%3D%20'drive')%20%7B%0A%20%20%20%20%20%20%20%20faviconUrl%20%3D%20'https%3A%2F%2Fssl.gstatic.com%2Fimages%2Fbranding%2Fproduct%2F1x%2Fdrive_2020q4_32dp.png'%3B%0A%20%20%20%20%20%20%20%20tabTitle%20%3D%20'Home%20-%20Google%20Drive'%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20var%20win%20%3D%20window.open()%3B%0A%20%20%20%20%20%20win.document.title%20%3D%20tabTitle%3B%0A%20%20%20%20%20%20%0A%20%20%20%20%20%20var%20link%20%3D%20win.document.createElement('link')%3B%0A%20%20%20%20%20%20link.rel%20%3D%20'shortcut%20icon'%3B%0A%20%20%20%20%20%20link.href%20%3D%20faviconUrl%3B%0A%20%20%20%20%20%20win.document.head.appendChild(link)%3B%0A%20%20%20%20%20%20%0A%20%20%20%20%20%20win.document.body.style.margin%20%3D%20'0'%3B%0A%20%20%20%20%20%20win.document.body.style.height%20%3D%20'100vh'%3B%0A%20%20%20%20%20%20%0A%20%20%20%20%20%20var%20iframe%20%3D%20win.document.createElement('iframe')%3B%0A%20%20%20%20%20%20iframe.style.border%20%3D%20'none'%3B%0A%20%20%20%20%20%20iframe.style.width%20%3D%20'100%25'%3B%0A%20%20%20%20%20%20iframe.style.height%20%3D%20'100%25'%3B%0A%20%20%20%20%20%20iframe.style.margin%20%3D%20'0'%3B%0A%20%20%20%20%20%20iframe.src%20%3D%20url%3B%0A%20%20%20%20%20%20%0A%20%20%20%20%20%20win.document.body.appendChild(iframe)%3B%0A%20%20%20%20%20%20%0A%20%20%20%20%20%20window.location.href%20%3D%20%22https%3A%2F%2Fwww.google.com%2F%22%3B%0A%20%20%20%20%7D%0A%20%20%3C%2Fscript%3E%0A%3C%2Fbody%3E%0A%3C%2Fhtml%3E
If, while using Nebula-X, you experience any issues, please report it in the Issues Tab https://github.com/Nebula-X-Development/Nebula-X-BETA/issues our team will do our best to help fix the issue. We hope to be bug-free and make your experience as smooth as possible. π
none :) Report any issues you experience in the issues tab, and our team will get right on them.
Here at Nebula, our main goal is to provide unblocked fun. We understand that our site will have some issues, but there are better sites out there. so we decided instead of trying to hide that we decided to embrace it. This is a list of working unbl0ked links for games, pr0xies, ai, and more. we don't claim any of these sites as ours because they aren't. We hope you enjoy these if our service doesn't live up to what it should. Thank you for using Nebula! go here for the links ---> https://github.com/Nebula-X-Development/Nebula-X-BETA/blob/main/links%20(not%20Nebula).md thanks for reading all this :D.
securly, goguardian, unblocked, unblocker, proxy, unblocked games, securly bypass, school blocker, best proxy, unblocked, unblocked game website, unblocked games for school, school Chromebook