Skip to content

whitespider-dev/whitespider

Repository files navigation

WhiteSpider Logo

WhiteSpider

Discord Shield Current Version
WhiteSpider (aka WhiteSpider Unblocked Games) is a FOSS (free open-source software) unblocked website designed for school or office users who are restricted from accessing certain websites. It has more than 500 HTML5, Flash and DOS games, with also emulators, unblockers, unblocked YouTube and unblocked ChatGPT.

WhiteSpider 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 Links | Discord | Backend Repo

Features

  • 500+ free unblocked games
  • Dynamic server switching
  • Unblocked YouTube
  • Unblocked ChatGPT
  • Unblocker/Proxy
  • Embedded chat
  • Tab cloaking
  • Dark theme
  • Clean UI

Mirror Links

Notice: Using official mirror links is no longer recommended as they could easily get blocked. Please consider using data URL (see below) for bypassing browser extensions, or self-host a mirror link for bypassing external network restrictions. (See below)

Self Hosting

GitHub Pages

  1. Click on the fork button at the top right corner to fork this repository.
  2. Rename it to your-username.github.io where your-username is your actual GitHub username.
  3. Open your forked respository, then go to settings->pages. Select branch 'Main' and click save.

Note: Due to resource linkage, you cannot host it in non-root locations like username.github.io/project-name. Otherwise some essential resources might fail to load.

Other Hosting Providers

Deploy to Heroku Run on Replit Remix on Glitch Deploy to IBM Cloud Deploy to Amplify Console Run on Google Cloud Deploy to Oracle Cloud Deploy on Railway Deploy to Vercel Deploy to Netlify Deploy to Koyeb Deploy to Render Deploy to Cyclic

Data URL

The code below is a data URL of an embedded WhiteSpider mirror, it can be used to bypass most browser extensions on Chrome and Edge. However it might not work if there is an external network restriction.

data:application/xhtml+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgaHRtbCBQVUJMSUMgIi0vL1czQy8vRFREIFhIVE1MIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9UUi94aHRtbDExL0RURC94aHRtbDExLmR0ZCI+PGh0bWwgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGh0bWwiIGxhbmc9ImVuIj48aGVhZD48bWV0YSBodHRwLWVxdWl2PSJDb250ZW50LVR5cGUiIGNvbnRlbnQ9InRleHQvaHRtbDtjaGFyc2V0PXV0Zi04Ii8+PG1ldGEgaHR0cC1lcXVpdj0iUmVmZXJyZXItUG9saWN5IiBjb250ZW50PSJuby1yZWZlcnJlciIvPjxtZXRhIG5hbWU9InJlZmVycmVyIiBjb250ZW50PSJuby1yZWZlcnJlciIvPjxtZXRhIG5hbWU9InZpZXdwb3J0IiBjb250ZW50PSJ3aWR0aD1kZXZpY2Utd2lkdGgsaW5pdGlhbC1zY2FsZT0xIi8+PGxpbmsgcmVsPSJpY29uIiB0eXBlPSJpbWFnZS94LWljb24iIGhyZWY9Imh0dHBzOi8vd3d3Lmdvb2dsZS5jb20vZmF2aWNvbi5pY28iLz48bGluayByZWw9InN0eWxlc2hlZXQiIHR5cGU9InRleHQvY3NzIiBocmVmPSJkYXRhOnRleHQvY3NzO2Jhc2U2NCxZbTlrZVN4bGJXSmxaSHR3YjNOcGRHbHZianBoWW5OdmJIVjBaVHRrYVhOd2JHRjVPbUpzYjJOck8zZHBaSFJvT2pFd01DVTdhR1ZwWjJoME9qRXdNQ1U3YldGeVoybHVPakJ3ZUR0d1lXUmthVzVuT2pCd2VEdGliM0prWlhJNmJtOXVaVHR2ZG1WeVpteHZkenBvYVdSa1pXNDdmUT09Ii8+PHRpdGxlPkdvb2dsZTwvdGl0bGU+PC9oZWFkPjxib2R5PjxlbWJlZCB0eXBlPSJ0ZXh0L3BsYWluIiB3aWR0aD0iMTAyNCIgaGVpZ2h0PSI3NjgiIHNyYz0iaHR0cHM6Ly93aGl0ZXNwaWRlci5kZXYvIi8+PC9ib2R5PjwvaHRtbD4=

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)

FAQ

License

Credits

  • Ruffle - Flash emulator that runs in browsers.
  • JS-DOS - DOS emulator that runs in browsers.
  • EmulatorJS - Game emulator for many platforms, runs fully in browsers.
  • Puppeteer - which made the unblocker possible.
  • GPT4All - an open-source implementation of large language models. (switched to node-llama-cpp due to token stream support and higher performance)