Hooked up references to the deobf directory so that only one place needs to be updated when changing file contents.

This commit is contained in:
00Fjongl 2024-07-07 19:24:11 -05:00
parent c0463e413a
commit 676d96e430
4 changed files with 21 additions and 972 deletions

View file

@ -8,11 +8,27 @@ const header = tryReadFile(path.normalize(__dirname + '/views/pages/misc/deobf/h
footer = tryReadFile(path.normalize(__dirname + '/views/pages/misc/deobf/footer.html')), footer = tryReadFile(path.normalize(__dirname + '/views/pages/misc/deobf/footer.html')),
description = tryReadFile(path.normalize(__dirname + '/views/pages/misc/deobf/desc.html')), // Never used
// description = tryReadFile(path.normalize(__dirname + '/views/pages/misc/deobf/desc.html')),
documentation = tryReadFile(path.normalize(__dirname + '/views/pages/misc/deobf/docs.html')),
faq = tryReadFile(path.normalize(__dirname + '/views/pages/misc/deobf/faq.html')),
terms = tryReadFile(path.normalize(__dirname + '/views/pages/misc/deobf/tos.html')),
loadTemplates = str => { loadTemplates = str => {
str = insertText("<!--HEADER-->", str, header); str = insertText("<!--HEADER-->", str, header);
str = insertText("<!--FOOTER-->", str, footer); str = insertText("<!--FOOTER-->", str, footer);
str = insertText("<!--DESC-->", str, description);
// Never used
// str = insertText("<!--DESC-->", str, description);
// Used only on docs.html
str = insertText("<!--DOCS-->", str, documentation);
// Used only on faq.html
str = insertText("<!--FAQ-->", str, faq);
// Used only on terms.html
str = insertText("<!--TOS-->", str, terms);
return str; return str;
}; };

View file

@ -35,546 +35,7 @@
<div id="header" class="fullwidth"><!--HEADER--></div> <div id="header" class="fullwidth"><!--HEADER--></div>
<div id="particles-js" class="fullwidth"></div> <div id="particles-js" class="fullwidth"></div>
<div id="mainbody" class="fullwidth"> <div id="mainbody" class="fullwidth">
<div id="documentation" class="box textm"> <div id="documentation" class="box textm"><!--DOCS--></div>
<!-- https://markdowntohtml.com/ -->
<h1
id="holy-unblocker-img-align-left-src-https-raw-githubusercontent-com-titaniumnetwork-dev-holy-unblocker-master-views-assets-img-icon-png-img-"
>
Holy Unblocker Documentation
</h1>
<p>
Holy Unblocker, an official flagship Titanium Network site, can bypass
web filters regardless of whether it is an extension or network-based.
Being a secure web proxy service, it supports numerous sites while
being updated frequently and concentrating on detail with design,
mechanics, and features.
</p>
<p>
Works with a large number of sites, including YouTube, Discord, and
more!
</p>
<p>
Also has a good amount of locally hosted games featured on the site.
</p>
<p>
<strong
>Read below for information if the official site is blocked or for
obtaining more links.</strong
>
</p>
<h4 id="supports">Supports</h4>
<ul>
<li>Youtube.com</li>
<li>Discord.com</li>
<li>Google.com</li>
<li>Reddit.com</li>
<li>Bing.com</li>
<li>And more sites!</li>
</ul>
<h4 id="features-">Features:</h4>
<ul>
<li>Tab customization using the Options menu for improved stealth</li>
<li>Considerable variety with the open selection of proxy types</li>
<li>Game library with moderately decent titles</li>
<li>
Has frequent support articles for issues relating to the various
proxy instances
</li>
</ul>
<p>Note: EmuLibrary is not featured in the public version.</p>
<p>
Official Site:
<a href="https://holyubofficial.net">https://holyubofficial.net</a>
</p>
<p>
<strong
>Be sure to join Titanium Network's Discord for more official site
links:</strong
>
<a href="https://discord.gg/unblock">https://discord.gg/unblock</a>
</p>
<p>
Simply do <code>%proxy hu</code> in <code>#proxy-commands</code> for
more Holy Unblocker links on the TN Discord server.
</p>
<h2 id="table-of-contents-">Table of contents:</h2>
<ul>
<li>
<a href="#how-to-setup">Setup</a>
<ul>
<li>
<a href="#structure">Structure</a>
<ul>
<li>
<a href="#structure-information">Structure Information</a>
</li>
<li><a href="#details-of-views">Static Files</a></li>
<li>
<a href="#scripts-located-in-viewsassetsjs">Scripts</a>
</li>
</ul>
</li>
<li><a href="#future-additions">Future Additions</a></li>
<li>
<a
href="#vauge-explanation-for-beginners-with-external-proxies-and-hosting"
>Beginner's Explanation</a
>
<ul>
<li>
<a href="#list-of-some-good-hosting-options"
>Hosting Providers</a
>
</li>
<li><a href="#heroku-steps">Heroku Setup</a></li>
<li><a href="#freenomdomain-steps">Domain Setup</a></li>
<li><a href="#cloudflare-steps">Cloudflare Setup</a></li>
<li>
<a href="#workspace-configurations"
>Workspace Configurations</a
>
</li>
</ul>
</li>
<li><a href="#detailed-faq">Detailed FAQ</a></li>
<li><a href="#more-information">More Information</a></li>
</ul>
</li>
</ul>
<h2 id="how-to-setup">How to Setup</h2>
<p>Either use the button above to deploy to Heroku or do the below:</p>
<pre><code>git <span class="hljs-keyword">clone</span> <span class="hljs-title">https</span>://github.com/titaniumnetwork-dev/Holy-Unblocker.git
cd Holy-Unblocker
npm install
npm <span class="hljs-literal">start</span>
</code></pre>
<p>
The default place for the proxy when its started is
<code>http://localhost:8080</code> but you can change it if needed in
config.json
</p>
<p>
This website is hosted locally with Corrosion built-in. More more
information go to the Corrosion repository below.
</p>
<h2 id="structure">Structure</h2>
<ul>
<li><code>index.html</code>: The homepage of the site.</li>
<li><code>404.html</code>: The 404 page.</li>
<li><code>error.html</code>: Other errors that are not 404.</li>
<li><code>info.html</code>: Documentation (This page!)</li>
<li><code>faq.html</code>: Frequently asked questions page.</li>
<li><code>hidden.html</code>: Fake "Site not Found" page (unused)</li>
<li><code>frame.html</code>: Handles any pages under stealth.</li>
<li>
<code>surf.html</code>: Web Proxies page, page offers to be
redirected to any proxies you would like to add. In this case,
Corrosion, Womginx, and Palladium.
</li>
<li>
<code>credits.html</code>: List of all contributors to the site.
</li>
<li>
<code>bookmarklets.html</code>: Bookmarklets page, to be worked on
more in the future.
</li>
<li>
<code>icons.html</code>: Information regarding Settings Menu page.
Added this in for standard users.
</li>
<li>
<code>terms.html</code>: Terms of Services, AUP and Privacy Policy
page.
</li>
<li>
<code>gtools.html</code>: Games page, help from @BinBashBanana and
@kinglalu.
</li>
<li><code>games5.html</code>: HTML5 game navigation page.</li>
<li>
<code>emulators.html</code>: Emulator navigation page, using
<a href="https://github.com/BinBashBanana/webretro">webretro</a>.
</li>
<li>
<code>emulibrary.html</code>: Games page for emulated games (not
included in public release)
</li>
<li>
<code>flash.html</code>: Games page for flash games, credits given
to @BinBashBanana and Titanium Network for its assets.
</li>
<li>
<code>corrosion.html</code>: Corrosion Proxy page which features
Corrosion hosted locally but can be configured to redirect to an
external instance.
</li>
<li>
<code>womginx.html</code>: Womginx Proxy page. Script links to a
subdomain for Womginx, a highly fast proxy with reCaptcha and
discord support.
</li>
<li><code>palladium.html</code>: Palladium Proxy page.</li>
<li>
<code>youtube.html</code>: An proxied version of Youtube running off
of the locally hosted Corrosion.
</li>
<li><code>discord.html</code>: Hub for the Discord proxy.</li>
<li><code>reddit.html</code>: Hub for the Reddit proxy.</li>
</ul>
<h3 id="structure-information">Structure Information</h3>
<ul>
<li>
<code>/views/</code>: The physical site base of Holy Unblocker goes
here where static assets are served.
</li>
<li>
<code>/src/</code>: For future implementation of obfuscation and
keyword removing features.
</li>
</ul>
<h4 id="details-of-views-">Details of <code>/views/</code></h4>
<ul>
<li><code>/archive/</code> is used for game pages and vibeOS.</li>
<li><code>/pages/</code> is used for the HTML for the site.</li>
<li>
<code>/assets/</code> is used for various assets for CSS, JS, and
images.
</li>
</ul>
<h4 id="scripts-located-in-views-assets-js-">
Scripts located in <code>/views/assets/js/</code>
</h4>
<ul>
<li>
<code>common.js</code> is used on all of the pages for common useful
functions.
</li>
<li>
<code>prset.js</code> is used on the proxy pages for proxy form
functionality.
</li>
<li>
<code>header.js</code> inserts the header into every page using
javascript.
</li>
<li><code>csel.js</code> manages the settings menu on the header.</li>
<li>
<code>footer.js</code> inserts the footer into every page using
javascript.
</li>
<li>
<code>gnav/*.js</code> are used for navigation on the games pages.
</li>
</ul>
<h2 id="future-additions">Future Additions</h2>
<ul>
<li>Expansive game library</li>
<li>Various parity changes.</li>
</ul>
<h2
id="vauge-explanation-for-beginners-with-external-proxies-and-hosting"
>
Vauge Explanation for Beginners With External Proxies and Hosting
</h2>
<p>You will first want to host your proxies locally or externally.</p>
<h4 id="list-of-some-good-hosting-options-">
List of some good hosting options:
</h4>
<ul>
<li>
<a href="https://dedipath.com">Dedipath</a> (Paid and Dedicated)
</li>
<li><a href="https://heroku.com">Heroku</a> (Free)</li>
<li><a href="https://nodeclusters.com">NodeClusters</a> (Paid)</li>
<li><a href="https://glitch.com">Glitch</a> (Free)</li>
<li><a href="https://repl.it">Repl.it</a> (Free)</li>
<li>
<a href="https://azure.microsoft.com">Azure</a> (Free and Paid)
</li>
</ul>
<p>
Out of the list of hosting providers Heroku and NodeClusters rank
first as a preference. You may also self-host.
</p>
<p>
After you have selected a decent VPS, use Cloudflare for the DNS
records for both the site and the subdomains for the proxies.
</p>
<p>
This is an example of DNS records involving Heroku. Self-hosting will
require <code>A records</code> preferably.
</p>
<p><img src="/assets/img/dnssetup.png" width="500" /></p>
<ul>
<li>
<code>@</code> and <code>www.deepsoil.ml</code> are being used for
the local Corrosion proxy.
</li>
<li><code>p.deepsoil.ml</code> is being used for Palladium.</li>
<li><code>a.deepsoil.ml</code> is being used for womginx.</li>
<li>
<code>cdn.deepsoil.ml</code> is being used for a private Corrosion
host on the official sites.
</li>
</ul>
<p>
As stated previously, Holy Unblocker is hosted locally with Corrosion.
</p>
<h4 id="heroku-steps">Heroku Steps</h4>
<p>
So you chose to use Heroku to host. I personally favor it as a free
choice.
</p>
<ul>
<li>
First obtain a card; (Prepaid, Debit, and Credit Cards work). You
need this to add custom domains to your Heroku instance.
</li>
</ul>
<p>
Make sure you connect your Heroku app to your GitHub and enable
automatic deploys. Will make things easier. :)
</p>
<h4 id="freenom-domain-steps">Freenom/Domain Steps</h4>
<p>
For beginners, Freenom is a good provider for obtaining domains for
free. However the catch is that you can only use properly "Freenom"
domains for free being .cf, .ml, .gq, ga and .tk. However these can be
blocked rather easily.
</p>
<ul>
<li>
Get some Freenom domains then add them to your Heroku instance
(Personal &gt; [App Name] &gt; Settings &gt; Domains) Add a domain
for both <code>www.youdomainhere.cf</code> and
<code>yourdomainhere.cf</code> with .cf being interchangeable with
other Freenom domain names.
</li>
<li>
If you prefer to obtain premium domains (TLDs) then use
<a href="https://porkbun.com">Porkbun</a>, which offers domains for
amazing prices. Literally a <code>.net</code> domain normally costs
around $10. On Porkbun for the first year it costs $3 so its
definitely a deal.
</li>
</ul>
<h4 id="cloudflare-steps">Cloudflare Steps</h4>
<ul>
<li>
Use Cloudflare (make an account), add your site (Freenom Domain or
other) and then add your various DNS targets to Cloudflare. Make
sure you add Cloudflare's Nameservers which will be given later when
you are adding your site.
</li>
</ul>
<p>
Make sure they are CNAME although A records also work and try to
follow this structure:
</p>
<p><strong>Type | Name | Target</strong></p>
<p>
<code>CNAME | @ | your-main-heroku-target-here.herokudns.com</code
><br /><code
>CNAME | www | your-main-heroku-target-here.herokudns.com</code
>
</p>
<p>
<strong
>Below are if you want external proxies also with your site:</strong
>
</p>
<p>
<code>CNAME | p | your-palladium-instance-here.herokudns.com</code
><br /><code
>CNAME | a | your-womginx-instance-here.herokudns.com</code
><br /><code
>CNAME | pd | your-pydodgeb-instance-here.herokudns.com</code
>
</p>
<p>
Make sure HTTPS is forced and have SSL set to Flexible for Heroku.
Otherwise you can have SSL set to Full.
</p>
<h4 id="workspace-configurations">Workspace Configurations</h4>
<p>
Preferably if you have your own device use Visual Studio Code. Pretty
much the best option you can get but obviously this is an opinion.
Also make sure you have
<a href="https://nodejs.org/">Node.JS</a> installed on your machine.
</p>
<p>
Not going to go too in depth with this part but first fork this
repository. The clone it locally through a Terminal of some sort
depending on what OS you are on. Make sure you navigate to the folder
you want to set this up in.
</p>
<pre><code>git <span class="hljs-keyword">clone</span> <span class="hljs-title">https</span>://github.com/titaniumnetwork-dev/Holy-Unblocker.git
cd Holy-Unblocker
npm install
</code></pre>
<p>
Now simply add the folder you cloned this repo in in
<span id="vsc" style="cursor: help">VSC</span>. Then run
<code>npm install</code>. I recommend that if you are releasing this
publically on GitHub that you add a <code>.gitignore</code> in your
root directory with the following exclusions:
</p>
<pre><code>node_modules
</code></pre>
<p>
Now you have your following workspace environment setup. To deploy the
following workspace you just created you will need to look up
depending on your hosting provider.
</p>
<p>
For an online IDE that you can use on your school computer and/or
chromebook use GitPod. Basically the equivalent of Visual Studio Code
but with in-browser support.
</p>
<ul>
<li>Make an account: <code>https://gitpod.io/</code></li>
<li>
Fork this repo and enter in this URL to setup your workspace:
<code
>https://gitpod.io#https://github.com/YourNameHere/Holy-Unblocker/</code
>
</li>
</ul>
<p>
Use the same steps above by running <code>npm install</code> in your
repository and adding a <code>.gitignore</code> in your root directory
specifying to exclude <code>node_modules</code>.
</p>
<h2 id="detailed-faq">Detailed FAQ</h2>
<p>
A detailed FAQ with common issues and solutions can be found
<a href="https://holyubofficial.net/?faq">here</a> or on any official
HU site on the FAQ page.
</p>
<details>
<summary>Quick FAQ</summary>
<p>
<strong
>Why is the site I am on not working correctly or having CAPTCHA
errors?</strong
>
</p>
Captcha support is currently not available on all of the current
proxies sadly. Therefore some sites may not work with any of the
sites. Read below for issues with links on sites.
<p>
<strong
>Why are some page links not working or leading to 404
pages?</strong
>
</p>
This is an issue with the latest release of Alloy proxy but it may
also occur with other proxies. In this case manually entering the URL
of the page you would like to view can solve this or try navigating
using the home button. (Reddit, Twitter) The next release of Alloy may
fix this also.
<p>
<strong
>When using YouTube on any of the proxy sites, why does the page
not load fully or the video is just white?</strong
>
</p>
There are two methods for fixing this: - Reloading the page normally
when the error above happens should load the video. - Or
right-clicking the page and doing Reload Frame if you are using some
form of Stealth Mode.
<p>
<strong
>When using Discord under Alloy or SysYa, why does the page stay
gray/white or the QR code not load?</strong
>
</p>
Once again do the same steps above: - Reloading the page normally when
the error above happens should load the video - Or right-clicking the
page and doing Reload Frame if you are using some form of Stealth
Mode. Make sure you are also doing the steps correctly. Simply view
link above for extended Discord proxy information/steps.
<p><strong>I am getting 502 errors. What do I do?</strong></p>
When this happens you may either switch sites to fix the error or wait
a bit. Sometimes clearing your cache can help. If you still have any
questions feel free to ask them in the discord linked here.
</details>
<h2 id="more-information">More Information</h2>
<p>
This project is maintained by Quite A Fancy Emerald with massive help
from BinBashBanana (OlyB) and is an official flagship Titanium Network
proxy site.
</p>
<ul>
<li>
<a href="https://github.com/titaniumnetwork-dev/Holy-Unblocker"
>GitHub link</a
>
</li>
<li>
<a href="https://github.com/titaniumnetwork-dev/"
>https://github.com/titaniumnetwork-dev/</a
>
</li>
<li>
<a href="https://titaniumnetwork.org/"
>https://titaniumnetwork.org/</a
>
</li>
</ul>
<p>View the official website for more detail and credits.</p>
<h3 id="proxy-sources-">Proxy Sources:</h3>
<p>
This project currently uses Corrosion, Womginx, and Palladium, linked
below.
</p>
<ul>
<li>
<a href="https://github.com/titaniumnetwork-dev/Corrosion"
>Corrosion</a
>
</li>
<li>
<a href="https://github.com/binary-person/womginx">Womginx</a>
</li>
<li>
<a href="https://github.com/LudicrousDevelopment/Palladium"
>Palladium</a
>
</li>
<li>
<a href="https://github.com/BinBashBanana/PyDodge">PyDodge</a>
</li>
</ul>
<h3 id="other-">Other:</h3>
<ul>
<li><a href="https://github.com/vibedivide/vibeOS">vibeOS</a></li>
<li>
<a href="https://github.com/BinBashBanana/webretro">webretro</a>
</li>
<li><a href="https://ruffle.rs/">Ruffle</a></li>
<li><a href="https://github.com/BlaNKtext/webosu">webosu</a></li>
</ul>
<h3 id="notable-mentions-">Notable Mentions:</h3>
<ul>
<li>
<a href="https://soyoustart.com/">SoYouStart / OVH</a> (Hosting
Provider)
</li>
</ul>
<p>Thanks :D</p>
</div>
</div> </div>
<div id="footer" class="fullwidth"><!--FOOTER--></div> <div id="footer" class="fullwidth"><!--FOOTER--></div>
<!-- IMPORTANT-HUCOOKINGINSERT-DONOTDELETE --> <!-- IMPORTANT-HUCOOKINGINSERT-DONOTDELETE -->

View file

@ -35,304 +35,7 @@
<div id="header" class="fullwidth"><!--HEADER--></div> <div id="header" class="fullwidth"><!--HEADER--></div>
<div id="particles-js" class="fullwidth"></div> <div id="particles-js" class="fullwidth"></div>
<div id="mainbody" class="fullwidth"> <div id="mainbody" class="fullwidth">
<div id="documentation" class="box textm"> <div id="documentation" class="box textm"><!--FAQ--></div>
<div class="faq-center">
<h2>Official Holy Unblocker FAQ and Support</h2>
</div>
<div class="faq-box">
<input
class="faq-search"
type="text"
onkeyup="var a=document.querySelectorAll('#faqs>div');for(var i=0;i<a.length;i++)a[i].style.display=a[i].firstElementChild.textContent.toUpperCase().indexOf(this.value.toUpperCase())!=-1?'block':'none'"
autocomplete="off"
spellcheck="false"
placeholder="Search"
/>
</div>
<div id="faqs" class="faq">
<div class="faq-text">
<h4><strong>I am getting 502 errors. What do I do?</strong></h4>
<p>The proxy may be down, being worked on or is under high load.</p>
<p>
When this happens you may either switch sites to fix the error or
wait a bit. Sometimes clearing your cache can help by doing
Ctrl+Shift+R or reloading the page normally. (Hard Reload which
purges cache.)
</p>
</div>
<div class="faq-text">
<h4>
<strong
>I am getting an error similar to: "'cdn.example.com' cannot be
reached."</strong
>
</h4>
<p>
Right-click the page and do Reload Frame. If that doesn't work the
first time, try waiting a bit or switching sites. Lastly doing a
Hard Reload may help. (Ctrl+Shift+R)
</p>
</div>
<div class="faq-text">
<h4>
<strong
>Is Discord supported? And can I gain access to a better proxy
for Discord?</strong
>
</h4>
<p>
Yes, Discord is supported. You can now login normally with Womginx
but most of the proxies still require you to login via QR Code or
Token. You may view the extended Discord proxy information below
for more information.
</p>
<ul>
<li>
When either instances are under high load occasionally Discord
may be slow or not work. In this case simply wait a bit or try
using the TN subscriber booster proxy.
</li>
</ul>
<p>
If you wish for a proxy with better support for Discord, be sure
to join the TN Discord.
</p>
<p>
By donating $3 (simply type $upgrade in the TN Discord) you can
gain access to the premium Discord proxy which is faster, more
secure and outside of the current limitation of using Discord
normally with any of the free proxies.
</p>
<p>The premium Discord proxy is outside of these issues:</p>
<ul>
<li>Being prompted to verify by email or via phone number</li>
<li>Slow messaging or invalid invites</li>
<li>Possible VC support</li>
<li>Sites getting blocked often</li>
<li>And more!</li>
</ul>
</div>
<div class="faq-text">
<h4><strong>Why are YouTube videos not working?</strong></h4>
<p>
If you are having persistent issues even after doing the steps
above there is a chance that the instance is down temporarily,
especially if large groups of people are also having the issue.
The latest release of Alloy <strong>currently</strong> does not
have support for YouTube. However manually putting in full links
like <code>https://www.youtube.com/watch?v=mauV2NdCs60</code> will
work. You may also try doing a Hard Reload (Ctrl+Shift+R)
</p>
<p>A later release of Alloy may fix this issue. Sorry.</p>
</div>
<div class="faq-text">
<h4>
<strong
>When using YouTube I get a similar error to "Cannot GET
/watch"</strong
>
</h4>
<p>
Do Ctrl+Shift+R (Hard Reload which clears your cache) and if that
doesn't work use the full URL of the video you want to watch with
either Alloy or Womginx, Alloy being preferred for an option as it
has the best YouTube support.
</p>
</div>
<div class="faq-text">
<h4>
<strong
>Parse error, etc. or perhaps even Cannot GET /gkfdsgkfgfdkg
</strong>
</h4>
<p>
Might be possible that you need to wait a bit because of updates
that may have occurred and are not visible yet due to cache. In
this situation do a Hard Reload or switch Holy Unblocker sites.
(Ctrl + Shift + R)
</p>
</div>
<div class="faq-text">
<h4>
<strong
>Why is the site I am on not working correctly or having CAPTCHA
errors?</strong
>
</h4>
<p>
Captcha support is currently not available on all of the current
proxies sadly. Therefore some sites may not work with any of the
sites. Read below for issues with links on sites.
</p>
</div>
<div class="faq-text">
<h4>
<strong
>Why are page links not working or leading to 404 pages?</strong
>
</h4>
<p>
This is an issue with the latest release of Alloy proxy but it may
also occur with other proxies. In this case manually entering the
URL of the page you would like to view can solve this or try
navigating using the home button. (Reddit, Twitter) The next
release of Alloy may fix this also.
</p>
</div>
<div class="faq-text">
<h4>
<strong>
When using YouTube on any of the proxy sites, why does the page
not load fully or the video is just white?</strong
>
</h4>
<p>There are two methods for fixing this:</p>
<ul>
<li>
<p>
Reloading the page normally when the error above happens
should load the video.
</p>
</li>
<li>
<p>
Or right-clicking the page and doing
<code>Reload Frame</code> if you are using some form of
Stealth Mode.
</p>
</li>
</ul>
<h4>
<strong
>When using Discord under Alloy or Powermouse, why does the page
stay gray/white or the QR code not load?</strong
>
</h4>
</div>
<div class="faq-text">
<p>Once again do the same steps above:</p>
<ul>
<li>
<p>
Reloading the page normally when the error above happens
should load the video
</p>
</li>
<li>
<p>
Or right-clicking the page and doing
<code>Reload Frame</code> if you are using some form of
Stealth Mode. Make sure you are also doing the steps
correctly. Simply view below for extended Discord proxy
information/steps.
</p>
</li>
</ul>
</div>
<div class="faq-text">
<h3 id="discord-proxy-information-">Discord Proxy Information:</h3>
<p><strong>Disclaimer:</strong></p>
<p></p>
Your account may be at risk of being disabled by Discord if you are
using any of the proxies in general, Womginx being a possible
exception. Unless you have 2FA or a phone number
<strong>be careful</strong>.
<p></p>
</div>
<div class="faq-text">
<h4 id="general-steps-">General Steps:</h4>
<p>
1) Go to either Surf Freely/Web Proxies if you wish to access
Discord manually or the Discord page from the navbar.
</p>
<p>
If you selected the Discord page simply choose either Stealth Mode
or Classic Mode. For any support view the FAQ questions above.
</p>
<p>
2) Select either Womginx or Alloy. Womginx has support for normal
logins but may not work for every filter while Alloy is QR login
only but has generally better support in some cases.
</p>
<p>3) Type out one of these terms:</p>
<p><code>- https://discord.com/login</code></p>
<p><code>- https://discord.com/app</code></p>
<p>
4) Then hit either Stealth or Classic as a mode. Stealth mode
hides your history while Classic mode is the normal method of
accessing a site.
</p>
</div>
<div class="faq-text">
<h4 id="qr-login-faq-">QR Login FAQ:</h4>
<p>
Make sure you are using Alloy + QR Code for Discord. You CANNOT
login normally with Alloy.
</p>
<p>
Powermouse also has QR login support if you wish for an
alternative proxy.
</p>
<h5
id="qr-code-information-https-support-discord-com-hc-en-us-articles-360039213771-qr-code-login-faq"
>
QR Code Information:
<a
href="https://support.discord.com/hc/en-us/articles/360039213771-QR-Code-Login-FAQ"
>https://support.discord.com/hc/en-us/articles/360039213771-QR-Code-Login-FAQ</a
>
</h5>
<p>
Use the link above through one of the proxies to read if you
can't.
</p>
<p><strong>Common Issues with Solutions:</strong></p>
<ul>
<li>
If the page appears gray on the first load, reload/spam reload
the page a bunch.
</li>
<li>
If the QR code doesn't load, reload/spam reload the page a
bunch.
</li>
<li>
If the page/discord logo keeps loading, reload/spam the page
also.
<em
>You may also right-click the page and do "Reload Frame" to
reload also.</em
>
</li>
</ul>
<p>
If none of these solutions work either the proxy is down or you
can try to do a hard reload. (Ctrl+Shift+R)
</p>
</div>
<div class="faq-text">
<p>
PM also has amazing support for QR logins. Feel free to mess
around between PM and Alloy.
</p>
<p><strong>Token Login Extended:</strong></p>
<p>
Also, search up on YT on How to find your Discord Token when using
Token Login. This only works on Powermouse but not the best
option.
</p>
<p>
Token logins on Powermouse (PM Proxy) will require another device
also for recovering your Discord account.
</p>
<h4>
<strong>Best Solution:</strong> Do Ctrl+Shift+R (Hard Reload which
clears your cache). Sites here are often updated hence issues that
may arise.
</h4>
</div>
</div>
</div>
</div> </div>
<div id="footer" class="fullwidth"><!--FOOTER--></div> <div id="footer" class="fullwidth"><!--FOOTER--></div>
<!-- IMPORTANT-HUCOOKINGINSERT-DONOTDELETE --> <!-- IMPORTANT-HUCOOKINGINSERT-DONOTDELETE -->

View file

@ -34,138 +34,7 @@
<!-- IMPORTANT-HUCOOKINGINSERT-DONOTDELETE --> <!-- IMPORTANT-HUCOOKINGINSERT-DONOTDELETE -->
<div id="header" class="fullwidth"><!--HEADER--></div> <div id="header" class="fullwidth"><!--HEADER--></div>
<div id="particles-js" class="fullwidth"></div> <div id="particles-js" class="fullwidth"></div>
<div id="mainbody" class="fullwidth"> <div id="mainbody" class="fullwidth"><!--TOS--></div>
<div id="tos" class="box-clear textm">
<div style="margin: 2%">
<div class="text-center">
<h1 class="bigtitle">Privacy Policy</h1>
<h4>Holy Unblocker, a private web proxy service.</h4>
</div>
<p><strong>Effective Date: 07-16-2021</strong></p>
<p><strong>Updated Date: 07-07-2024</strong></p>
<h4>What is Holy Unblocker?</h4>
<p>
Holy Unblocker LTS, an experimental web proxy service, can bypass
web filters or 'blockers' regardless of whether the method of
censorship is client-side or network-based. This includes the
potential ability to bypass content blockers overseas, Chrome
extensions, localized client firewalls, and network-related
filters.<br />This project serves mostly as a proof of concept for
the ideal clientless solution to bypassing censorship. Being a
secure web proxy service, it supports numerous sites while being
updated frequently and concentrating on detail with design,
mechanics, and features.
</p>
<h4>Is any data being collected?</h4>
<p>
Nope! No data is logged or collected by any of our web proxes
featured. Holy Unblocker values its statement of ending intenet
censorship along with valuing user privacy.<br /><br />If you wish
to make a privacy statement or request please contact us via
Discord:
</p>
<h4 id="Security">Security</h4>
<p>
Holy Unblocker LTS is built on cutting-edge technology to ensure a
secure and reliable web proxy service for its users. One of the core
technologies behind HU LTS is the new Wisp protocol, developed by
Mercury Workshop.<br /><br />This protocol brings several innovative
features and enhancements that contribute to the robustness and
efficiency of the service.
</p>
<p>
The Wisp protocol is designed to handle modern web traffic demands
while maintaining high security standards. By implementing Wisp, HU
LTS leverages the following benefits:
</p>
<p>
Enhanced Performance: The Wisp protocol optimizes data transfer
speeds, ensuring that users experience minimal latency while
browsing.
</p>
<p>
Improved Compatibility: Wisp is built to be compatible with a wide
range of web technologies, ensuring seamless access to various
websites and online services.
</p>
<p>
Resilience Against Censorship: The protocol is designed to bypass
sophisticated censorship techniques employed by restrictive
networks, allowing users to access blocked content with ease.
</p>
<p>
Strong Fingerprint Resistance: HU LTS employs strong fingerprint
resistance mechanisms within its reverse proxy setup for official
instances. This means that the proxy is designed to minimize the
unique identifiers that can be used to track or identify users,
thereby enhancing privacy. By following industry best practices and
continually updating its methods, HU LTS ensures that users can
browse anonymously without leaving identifiable traces.
</p>
<p>
Transparency: Transparency is a key principle for HU LTS. The
project operates with an open-source model, allowing the community
to review and contribute to the codebase. This openness not only
fosters trust but also enables continuous improvement through
community feedback and collaboration. By adhering to transparent
practices, HU LTS ensures that users are aware of how their data is
handled and what measures are in place to protect their privacy.
</p>
<p>
URL Rewriting: HU LTS employs URL rewriting techniques to maintain
seamless browsing experiences while ensuring that the actual URLs
accessed remain obfuscated, adding an additional layer of security.
</p>
<p>
Encryption: HU LTS utilizes advanced proxy technologies that focus
on encryption and secure data transfer, particularly in the context
of URL rewriting proxies. NOTE: This is still a massive work in
progress and open to contributions.
</p>
<p>
Regular Audits: Conducting regular security audits to identify and
address potential vulnerabilities.
</p>
<h4 id="Cookies">Cookie Usage</h4>
<p>
Holy Unblocker uses "Cookies" and similar technologies to maintain a
user session (described more below) and store your preferences on
your computer. All of this information is completely private being
only local content withFGF no analytical purposes.
</p>
<p>
A cookie is a string of information that a website stores on a
visitor's computer, and that the visitor's browser provides to the
website each time the visitor returns. Holy Unblocker uses cookies
to help Holy Unblocker with security on ${document.domain} and its
proxy instances, and lastly for user preferences. Users who do not
wish to have cookies placed on their computers should set their
browsers to refuse cookies before using Holy Unblocker's websites,
with the drawback that certain features of Holy Unblocker may not
function properly without the aid of cookies.
</p>
<p>
By continuing to navigate our website without changing your cookie
settings, you hereby acknowledge and agree to Holy Unblocker's use
of cookies.
</p>
<h4 id="Changes">Ending Note</h4>
<p>
Although most changes are likely to be minor, Holy Unblocker may
change its Privacy Policy from time to time, and in Holy Unblocker's
sole discretion. Holy Unblocker encourages visitors to frequently
check this page for any changes to its Privacy Policy. Your
continued use of this site after any change in this Privacy Policy
will constitute your acceptance of such change.
</p>
<h4 id="Credit">Contact Information &amp; Credit</h4>
<p>
If you have any questions about our Privacy Policy, please contact
us via <br /><br />Discord:&nbsp;https://discord.gg/unblock<br />
</p>
</div>
</div>
</div>
<div id="footer" class="fullwidth"><!--FOOTER--></div> <div id="footer" class="fullwidth"><!--FOOTER--></div>
<!-- IMPORTANT-HUCOOKINGINSERT-DONOTDELETE --> <!-- IMPORTANT-HUCOOKINGINSERT-DONOTDELETE -->
<script src="assets/js/csel.js"></script> <script src="assets/js/csel.js"></script>