NettleWeb (formerly WhiteSpider) is a free, open-source unblocked gaming platform designed for school or office users who are restricted from certain websites. Its goal is to bring users freedom while also protecting their privacy against activity monitoring. It has now archived more than 3500 HTML5, Flash, DOS and classic games, plus additional tools like unblockers, emulators, unblocked YouTube and unblocked ChatGPT.
NettleWeb is, and will always be, free and open-source. You can however show us your care by clicking on the star button at the top right corner. It would have a significant effect on this project's future development.
Main Link | Mirror 1 | Mirror 2 | Discord
- 3500+ Free Unblocked Games - This is what makes NettleWeb the largest unblocked website on GitHub, most of them are stored locally meaning they are not affected by network restrictions.
- Dynamic Server Switching - You can create and use your own Backend Mirror in case the default backend server is blocked by network restrictions.
- Unblocked YouTube - A standalone, ad-less YouTube client is included in the 'apps' section.
- Unblocked ChatGPT - A standalone, unlimited, self-hosted ChatGPT is included in the 'chat' section.
- Unblocker/Proxy - Allows you to access 99% of the blocked websites, regardless they are blocked by network or extensions. Multiple unblocking modes are included, you can switch mode in case some websites don't work properly.
- Chat Features - This is what makes NettleWeb different from other unblocked websites. We have included an embedded chat application that allows you to send realtime direct messages with your friends.
Mirror links have been removed from this section, because they could easily get blocked once listed. Please consider using data URL for bypassing browser extensions, or self-host a mirror link for bypassing external network restrictions. (See below for instructions)
If the main link is not working properly, you could self-host your own mirror link by following the instructions below.
Note: If you are seeing a 'disconnected' message in the header of your self-hosted mirror website, it means that the default backend server has been restricted. Games will be able to play as normal, but you would not be able to access certain features such as chat, proxy, game comments. In this case, using a backend mirror could help. For detailed instructions, please checkout this document.
- Click on the fork button at the top right corner to fork this repository.
- Rename it to
username.github.io
whereusername
is your actual GitHub username. - In your forked repository, go to settings->pages. Change 'source' to 'GitHub Actions' and click save.
- Your forked mirror version should now be published at the URL shown above. Deploying the contents usually takes 10 minutes, so it is normal to see a blank page if you opened the link too early. If GitHub Pages is blocked for you, switching to an alternative hosting provider listed below may help.
Note 1: Due to resource linkage, hosting the website at non-root locations like username.github.io/project
is not supported at this moment. If you already have a project hosted at the root location, consider using a custom domain or creating another GitHub account.
Note 2: Always update your mirror website whenever a new version is released. Using an outdated version might prevent you from connecting after a protocol change.
The code below is a data URL of an embedded NettleWeb mirror, it can bypass most restrictions set by browser extensions on Chrome and Edge. However it cannot be used to bypass external network restriction.
data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiID8+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTI4MCIgaGVpZ2h0PSI3MjAiIHZpZXdCb3g9IjAgMCAxMjgwIDcyMCI+Cgk8dGl0bGU+R29vZ2xlPC90aXRsZT4KCTxmb3JlaWduT2JqZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMjgwIiBoZWlnaHQ9IjcyMCI+CgkJPGVtYmVkIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hodG1sIiBzcmM9Imh0dHBzOi8vbmV0dGxld2ViLmNvbS8iIHR5cGU9InRleHQvcGxhaW4iIHdpZHRoPSIxMjYwIiBoZWlnaHQ9IjcwMCIgLz4KCTwvZm9yZWlnbk9iamVjdD4KPC9zdmc+
Data URLs work in the same way as HTTP(S) or file URLs, they can be opened directly in a new tab. (Just copy and paste the code above into a new tab's address bar and press enter)
This section has been moved to the FAQ page on the website.
All code and files within this repository are licensed under the MIT License. You are free to modify or redistribute this project under the terms stated in LICENSE.md
. However you must not attempt to reverse-engineer any pre-compiled contents.
This project was made possible with the support of the following open-source libraries:
- JS-DOS - DOS emulator in browser
- Ruffle - Flash emulator in browser
- EmulatorJS - A collection of game emulators ported to JavaScript/WASM
- @paulmillr/qr - A lightweight, zero-dependency QR code generator, which made the 2FA application possible.
- fflate - A fast, small deflate compression library.
- Puppeteer - Node.js API for Chrome, which made the unblocker possible.
- node-llama-cpp - Node.js bindings for
llama.cpp
, which made the unblocked ChatGPT possible. - emoji-picker-element - A featured, zero-dependency emoji picker that supports the chat application.