This commit is contained in:
QuiteAFancyEmerald 2020-11-09 17:35:42 +00:00
commit 85ecb51a76
3 changed files with 8 additions and 5 deletions

View file

@ -1,10 +1,15 @@
# Holy Unblocker # Holy Unblocker
A website that can be used to bypass web filters; both extension and firewall. This is the public source code for Holy Unblocker, a rather fancy website with some cool dynamic backgrounds while also focusing with detail put into the design and mechanics overall. Also has cool features like custom Tab Cloaks and with more to come. Works on a large number of sites including YouTube (Full Quality Support), Discord, CoolMathGames and more! Be sure to check the various branches as I update Holy Unblocker often with open access to yet to be released versions. A website that can be used to bypass web filters; both extension and firewall. This is the public source code for Holy Unblocker, a rather fancy website with some cool dynamic backgrounds while also focusing with detail put into the design and mechanics overall. Also has cool features like custom Tab Cloaks and with more to come. Works on a large number of sites including YouTube (Full Quality Support), Discord, CoolMathGames and more! Be sure to check the various branches as I update Holy Unblocker often with open access to yet to be released versions.
<img src="https://raw.githubusercontent.com/QuiteAFancyEmerald/HolyUnblockerPublic/master/public/assets/img/hbpreview.png?raw"></img> <img src="https://raw.githubusercontent.com/QuiteAFancyEmerald/HolyUnblockerPublic/master/public/assets/img/hbpreview.png?raw"></img>
Official Site: https://www.holyubofficial.net Official Site: https://www.holyubofficial.net
Site Documentation: <a href="https://www.holyubofficial.net/?in">Documentation</a>
Instance Status: <a href="https://status.holyubofficial.net/?update">Status</a>
Be sure to join Titanium Network's Discord for more official site links: https://discord.com/invite/tgT48PH Be sure to join Titanium Network's Discord for more official site links: https://discord.com/invite/tgT48PH
<a href="https://heroku.com/deploy?template=https://github.com/QuiteAFancyEmerald/HolyUnblockerPublic" title="Deploy to Heroku"><img alt="Deploy to Heroku" src="https://raw.githubusercontent.com/QuiteAFancyEmerald/HolyUnblockerPublic/master/public/assets/img/heroku.svg?raw" width="140" height="30"><img></a> <a href="https://heroku.com/deploy?template=https://github.com/QuiteAFancyEmerald/HolyUnblockerPublic" title="Deploy to Heroku"><img alt="Deploy to Heroku" src="https://raw.githubusercontent.com/QuiteAFancyEmerald/HolyUnblockerPublic/master/public/assets/img/heroku.svg?raw" width="140" height="30"><img></a>

View file

@ -4,7 +4,7 @@
"description": "A web proxy capable of proxying websites!", "description": "A web proxy capable of proxying websites!",
"main": "app.js", "main": "app.js",
"scripts": { "scripts": {
"test": "test", "test": "node app.js",
"start": "node app.js ./node_modules/.bin/grunt" "start": "node app.js ./node_modules/.bin/grunt"
}, },
"keywords": [ "keywords": [

File diff suppressed because one or more lines are too long