mirror of
https://github.com/QuiteAFancyEmerald/Holy-Unblocker.git
synced 2025-05-13 03:50:02 -04:00
Updated Looks
This commit is contained in:
parent
2b8304d050
commit
bae5ebb19c
5 changed files with 38 additions and 14 deletions
28
app.js
28
app.js
|
@ -392,12 +392,40 @@ app.use(config.prefix, async (req, res, next) => {
|
|||
});
|
||||
|
||||
app.post('/', async (req, res) => {
|
||||
|
||||
switch (req.url) {
|
||||
case '/':
|
||||
return res.send(fs.readFileSync(path.join(__dirname, 'public', 'index.html'), 'utf8'));
|
||||
}
|
||||
});
|
||||
|
||||
/* app.get('/'), async (req, res) => {
|
||||
charInsert = str => {
|
||||
var output = '';
|
||||
|
||||
str.split(' ').forEach((word, word_index) => (word.split('').forEach((chr, chr_index) => output += (!chr_index || chr_index == word.length) ? '<span style="white-space: nowrap">&#' + chr.charCodeAt() + '</span>' : '<span style="white-space: nowrap">​<span style="display:none;font-size:0px;">​...</span>&#' + chr.charCodeAt() + '​</span>'), output += word_index != str.split(' ').length - 1 ? ' ' : ''));
|
||||
|
||||
return output
|
||||
},
|
||||
result = fs.readFileSync(path.join(__dirname, 'public', 'index.html'), 'utf8').replace(/charinsert{([\s\S]*?)}/g, (match, str) => charInsert(str));
|
||||
|
||||
fs.writeFileSync(path.join(__dirname, 'public', 'page.html'), result);
|
||||
}
|
||||
|
||||
|
||||
app.get('/'), async (req, res) => {
|
||||
charInsert = str => {
|
||||
var output = '';
|
||||
|
||||
str.split(' ').forEach((word, word_index) => (word.split('').forEach((chr, chr_index) => output += (!chr_index || chr_index == word.length) ? '<span style="white-space: nowrap">&#' + chr.charCodeAt() + '</span>' : '<span style="white-space: nowrap">​<span style="display:none;font-size:0px;">​...</span>&#' + chr.charCodeAt() + '​</span>'), output += word_index != str.split(' ').length - 1 ? ' ' : ''));
|
||||
|
||||
return output
|
||||
},
|
||||
result = fs.readFileSync(path.join(__dirname, 'public', 'page.html'), 'utf8').replace(/charinsert{([\s\S]*?)}/g, (match, str) => charInsert(str));
|
||||
|
||||
fs.writeFileSync(path.join(__dirname, 'public', 'index.html'), result);
|
||||
} */
|
||||
|
||||
//Querystrings
|
||||
app.get('/', async (req, res, t) => res.send(fs.readFileSync(path.join(__dirname, 'public', 'pages,index.html,info.html,archive,archive,hidden.html'.split(',')['/,/?in,/?fg,/?rr,/?j'.split(',').indexOf(req.url) + 1], ',surf.html,f.html,run.html,frames,redirects3,proxnav5,nav7'.replace(/,[^,]+/g, e => ([] + e.match(/\D+/)).repeat(+e.match(/\d+/) + 1)).split(',')[t = 'z,fg,rr,k,dd,n,yh,ym,a,b,y,e,d,p,c,f,g,h,i,m,t,x'.split(',').indexOf(req.url.slice(2)) + 1], (t = ',,,,krunker,discordprox,chatbox,ythub,ytmobile,alloy,node,youtube,pydodge,discordhub,pmprox,credits,flash,gtools,games5,icons,gba,terms,bookmarklets'.split(',')[t]) && t + '.html'), 'utf8')));
|
||||
//Querystrings Old
|
||||
|
|
|
@ -59,9 +59,9 @@ $('pdprox').onclick = function() {
|
|||
var url = $('url').value;
|
||||
var det = document.domain;
|
||||
var domain = det.replace('www.', '').split(/[/?#]/)[0];
|
||||
frame.src = "https://c." + domain + "/" + url;
|
||||
frame.src = "https://cdn." + domain + "/" + url;
|
||||
frame.style['visibility'] = "visible";
|
||||
document.cookie = 'oldsmobile=owo; expires=' + (Date.now() + 259200) + '; SameSite=Lax; domain=.' + auth + '; path=/; Secure;';
|
||||
document.cookie = 'wowow; expires=' + (Date.now() + 259200) + '; SameSite=Lax; domain=.' + auth + '; path=/; Secure;';
|
||||
return false;
|
||||
};
|
||||
$('pdproxbp').onclick = function() {
|
||||
|
@ -69,8 +69,8 @@ $('pdproxbp').onclick = function() {
|
|||
var url = $('url').value;
|
||||
var det = document.domain;
|
||||
var domain = det.replace('www.', '').split(/[/?#]/)[0];
|
||||
window.location.href = "https://c." + domain + "/" + url;
|
||||
document.cookie = 'oldsmobile=owo; expires=' + (Date.now() + 259200) + '; SameSite=Lax; domain=.' + auth + '; path=/; Secure;';
|
||||
window.location.href = "https://cdn." + domain + "/" + url;
|
||||
document.cookie = 'wowo; expires=' + (Date.now() + 259200) + '; SameSite=Lax; domain=.' + auth + '; path=/; Secure;';
|
||||
return false;
|
||||
};
|
||||
//PM Load
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
<!-- Important: Use ​ to mess with keywords. -->
|
||||
<title>H​oly Unb​loc​ke​r</title>
|
||||
<meta name="description" content="G​et p​ast in​te​r​net ce​n​s​or​sh​ip tod​a​y!
|
||||
|
||||
:D">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/i.png">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic">
|
||||
|
@ -31,9 +30,7 @@
|
|||
|
||||
<!--
|
||||
Important: Use <wbr> and ​ to mess with keywords.
|
||||
|
||||
PClo<wbr>ak. The script for this is im-runtime:
|
||||
|
||||
<iframe id="page-holder" src="/?j" style="display: block;"></iframe>
|
||||
<noscript>You must enable javascript in your browser to view this webpage.</noscript>
|
||||
-->
|
||||
|
@ -110,7 +107,7 @@
|
|||
<div id="particles-js" class="in-bg">
|
||||
<div class="d-popupbg" id="popup">
|
||||
<center>
|
||||
<p class="d-popupbg-text">(Updated 11/6/20): Now hi<wbr>des your history! - Proxi<wbr>es may be down for a bit due to abuse and maintenance on the main sites. Please give it a week or two sorry.</p>
|
||||
<p class="d-popupbg-text">(Updated 11/8/20): Now hid<wbr>es your history (St<wbr>ealth Mode)! - Most of the pr<wbr>oxi<wbr>es are back up.</p>
|
||||
</center>
|
||||
</div>
|
||||
<div class="d-flex justify-content-center align-items-center in-flex">
|
||||
|
|
|
@ -87,18 +87,17 @@
|
|||
<p class="s-text-header" style="font-size: 46px;">Su<wbr>rf Free<wbr>ly</p>
|
||||
<p class="s-text-p1" style="font-family: 'Montserrat Alternates', sans-serif;">Choose which proxy you would like to use. Below is some information.</p>
|
||||
<p class="text-white" style="font-size: 20px;font-family: Lato, sans-serif;">More Information:<br></p>
|
||||
<p class="text-hb-light s-text-p2" style="font-family: Lato, sans-serif;">A​llo​y: Di​sco​rd (Mostly Full), Yo​uTu​be (Full), Co​olMa​thGa​mes, etc.<br><br>Nod​e: Secondary pr​oxy compared to Al​loy, PM and PD.<br><br>P<wbr>M Pro<wbr>xy: Disc<wbr>ord, Yout<wbr>ube
|
||||
(limited), etc.<br><br>PyD<wbr>od<wbr>ge: Alternative pro<wbr>xy.<br>
|
||||
<p class="text-hb-light s-text-p2" style="font-family: Lato, sans-serif;">A​llo​y: Di​sco​rd (Mostly Full), Yo​uTu​be (Full), etc.<br><br>Nod​e: Co​olMa​thGa​mes, secondary pr​oxy compared to Al​loy, PM and PD.<br><br>P<wbr>M Pro<wbr>xy: Disc<wbr>ord, Yout<wbr>ube
|
||||
(limited), etc.<br><br>V<wbr>ia: Alternative pro<wbr>xy with sup​port for vari​ous ga​mes sites.<br>
|
||||
</p>
|
||||
<p class="text-white s-text-p2">Many sites work with this. Join the T<wbr>N disc<wbr>ord for updated H<wbr>B sites and more. Explore!</strong><br>T<wbr>N D<wbr>isco<wbr>rd:</p>
|
||||
<a class="text-hb s-text-p2" id="tnlink">https://dis​cord.c​om/invite/Dw​6C7p​5</a><br>
|
||||
<a class="text-hb s-text-p2" id="tnlink">https://di<wbr>sco<wbr>rd.com/invi<wbr>te/Dw<wbr>6C<wbr>7p5</a><br>
|
||||
<div style="margin: 2%;padding: 1px;">
|
||||
<a class="btn btn-group text-hb hb-border-color glow-on-hover rounded-1" role="button" data-bs-hover-animate="pulse" style="background-color: rgb(24,26,28);font-family: 'Montserrat Alternates', sans-serif;" href="/?a">Al​loy Pro​xy</a>
|
||||
<a class="btn btn-group text-hb hb-border-color glow-on-hover rounded-1" role="button" data-bs-hover-animate="pulse" style="background-color: rgb(24,26,28);font-family: 'Montserrat Alternates', sans-serif; margin-left: 5px;" href="/?e">V<wbr>ia Un<wbr>blo<wbr>ck<wbr>er</a>
|
||||
<a class="btn btn-group text-hb hb-border-color glow-on-hover rounded-1" role="button" data-bs-hover-animate="pulse" style="background-color: rgb(24,26,28);font-family: 'Montserrat Alternates', sans-serif; margin-left: 5px;" href="/?b">No<wbr>de Un<wbr>bloc<wbr>ker</a>
|
||||
<a class="btn btn-group text-hb hb-border-color glow-on-hover rounded-1 " role="button" data-bs-hover-animate="pulse" style="background-color: rgb(24,26,28);font-family: 'Montserrat Alternates', sans-serif; margin-left: 5px; " href="/?p">PM Pro<wbr>xy</a>
|
||||
<a class="btn btn-group text-hb hb-border-color glow-on-hover rounded-1" role="button" data-bs-hover-animate="pulse" style="background-color: rgb(24,26,28);font-family: 'Montserrat Alternates', sans-serif; margin-left: 5px;" href="/?e">PyD<wbr>odge Pr<wbr>oxy</a>
|
||||
</div>
|
||||
|
||||
<span style=display:none data-cooking=cooks>Cooking started 1.9 million years ago. Therefore, cooking is not something new to humans. Cooking started over a fire with no pots and pans or cooking utensils and now we have microwaves and stoves and special brushes to wipe on a marinade which was not even able to be comprehended 1.9 years ago. In between that time was the middle ages which had many advancements. Life was very different before cooking and has been very different since the beginning of cooking.
|
||||
|
||||
1.9 million years ago, given humans average sizes, had to spend forty eight percent of their life time in the “feeding process.” The feeding process does not include cooking. Cooking narrowed the time that humans had to spend in the feeding process to five percent. This change made it to where humans could spend less time in the feeding process and could do more valuable things with their time such as go out and hunt to grow bigger societies and other pursuits which ultimately lead to the beginning to the path of our modern brain. Cooking made food a lot easier to chew and digest. As a result of that we got more calorie benefit and a smaller digestive tract. All of this made cooking a vital part of human adaptation. The changes in human teeth happened so much faster than anything in the human body that scientists have come to the conclusion that this means that cooking was and has been passed down from generations and generations. Also, the oppressed women theory has been going on since the beginning of cooking when men went out and hunted and sought new things. Women at this time had to cook and do the gathering because of their lack of physically strength. So ever since cooking, even 1.9 million years ago, the roles of men and women have been a natural thing of life...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue