-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
103 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
import { readFile } from 'node:fs/promises'; | ||
let property = JSON.parse(await readFile(new URL("./src/config.json", import.meta.url))); | ||
process.argv.slice(2).forEach(descriptor => {property = property[descriptor]}); | ||
if (typeof property === "boolean") process.exitCode = +!property; | ||
else { | ||
console.log(property); | ||
process.exitCode = 0; | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,7 +79,7 @@ | |
"@type": "ContactPoint", | ||
"contactType": "Customer Support", | ||
"email": "[email protected]", | ||
"url": "https://holyunblocker.org/?credits" | ||
"url": "https://holyunblocker.org/credits" | ||
}, | ||
"keywords": "proxy, web proxy, unblock websites, unblock Chromebook, free web proxy, proxy list, proxy sites, unblock Chromebook, online proxy, proxy server, proxy site, proxy YouTube, bypass Securly, bypass iBoss, bypass Lightspeed filter, Holy Unblocker, Chromebooks, Titanium Network, unblock YouTube, YouTube proxy, unblocked YouTube, YouTube unblocked, anonymous browsing, internet freedom, web censorship, school proxy, work proxy, secure proxy, fast proxy, private proxy, unblock social media, access blocked sites, bypass network restrictions" | ||
} | ||
|
@@ -225,7 +225,7 @@ | |
<h1><span>End Internet Censorship.</span></h1> | ||
<h1>Privacy right at your fingertips.</h1> | ||
<a class="homebutton" href="#scrollfix" aria-label="Bypass now">Bypass now?</a> | ||
<a class="homebutton mobile" href="/?browse" aria-label="Browse now">Bypass now?</a> | ||
<a class="homebutton mobile" href="/browsing" aria-label="Browse now">Bypass now?</a> | ||
</div> | ||
<div class="mac-window" aria-label="Command Line Instructions"> | ||
<div class="mac-title-bar" role="banner" aria-label="Mac Window Title Bar"> | ||
|
@@ -294,7 +294,7 @@ <h2 class="hero-content-header">Holy Unblocker is fast and highly advanced.</h2> | |
<img class="hero" src="/assets/img/icon2.png" alt="icon" /> | ||
<h1>Holy Unblocker LTS</h1> | ||
<h2>Free and transparent for use</h2> | ||
<a class="fancybutton glowbutton" href="/?browse">Browse Now</a> | ||
<a class="fancybutton glowbutton" href="/browsing">Browse Now</a> | ||
</div> | ||
</div> | ||
</div> | ||
|
@@ -429,7 +429,7 @@ <h1>Intent</h1> | |
<div class="text-wrap"> | ||
<h1>Usage</h1> | ||
<p> | ||
Head to the <a href="?browse">Web Proxies</a> page and select one of | ||
Head to the <a href="/browsing">Web Proxies</a> page and select one of | ||
the proxies featured! Afterwards, type out the site you wish to | ||
access in the search box. Each web proxy has its own level of | ||
effectiveness, speed and security. It is recommended to use | ||
|
@@ -447,8 +447,8 @@ <h1>Usage</h1> | |
<h1>Apps</h1> | ||
<p> | ||
HU LTS features a collection of pre-linked applications, | ||
including YouTube, Spotify, <a href="?el">Webretro</a> (an | ||
online everything emulator), <a href="?f">Ruffle.fs</a> (Adobe | ||
including YouTube, Spotify, <a href="/emulators">Webretro</a> (an | ||
online everything emulator), <a href="/flash-games">Ruffle.fs</a> (Adobe | ||
Flash Emulator), and an expansive library for each respective | ||
app. | ||
</p> | ||
|
@@ -536,14 +536,14 @@ <h2 class="hero-content-header">Efficient and Reliable Access</h2> | |
</div> | ||
<div class="image-container-hero"> | ||
<h1>Long Term Support FOSS Project</h1> | ||
<a class="fancybutton glowbutton" href="/?browse">Bypass Now</a> | ||
<a class="fancybutton glowbutton" href="/browsing">Bypass Now</a> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="box-home text-center splashend"> | ||
<h1>It's time to browse the internet freely.</h1> | ||
<a class="homebutton" href="#scrollfix">Try HU LTS For Free</a> | ||
<a class="homebutton mobile" href="/?browse">Try HU LTS For Free</a> | ||
<a class="homebutton mobile" href="/browsing">Try HU LTS For Free</a> | ||
</div> | ||
</div> | ||
<div id="footer" class="fullwidth"><!--FOOTER--></div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.