mirror of
https://github.com/QuiteAFancyEmerald/Holy-Unblocker.git
synced 2025-05-13 03:50:02 -04:00
Updated Querystrings
This commit is contained in:
parent
677aa6634d
commit
9c8e405a7c
2 changed files with 3 additions and 3 deletions
4
app.js
4
app.js
|
@ -309,8 +309,6 @@
|
|||
res.send(proxy.sendResponse);
|
||||
});
|
||||
|
||||
app.use('/', express.static('public'));
|
||||
|
||||
//Querystrings Here
|
||||
|
||||
app.get('/', async (req, res) => {
|
||||
|
@ -433,6 +431,8 @@
|
|||
|
||||
});
|
||||
|
||||
app.use('/', express.static('public'));
|
||||
|
||||
app.use(async (req, res, next) => {
|
||||
if (req.headers['referer']) {
|
||||
|
||||
|
|
|
@ -85,7 +85,7 @@
|
|||
<!-- Splash Text -->
|
||||
<div class="d-flex align-items-center order-12 in-splash">
|
||||
<div class="container text-center justify-content-center align-items-center in-center">
|
||||
<h1 class="text-center d-md-flex flex-grow-1 justify-content-md-center align-items-md-center in-center in-splash-text">End Int​ernet Censo​rship.<br>Priva​cy right at your fingertips.</h1><button class="button rounded in-btn-color" type="button" data-hover="Epic!"><span><a href="/z.html">By<wbr>p<wbr><span style=display:none data-oenfewpq=hehe>Cooking at a higher temperature (500 degrees F (260 degrees C)) is the key to making this the perfect pizza. It doesn't get any easier than this folks. Brush dough with olive oil and add your favorite toppings. Enjoy! By Michele Leigh Pinette Pierce</span>a<wbr>s<wbr>s n<wbr>ow?</a></span></button>
|
||||
<h1 class="text-center d-md-flex flex-grow-1 justify-content-md-center align-items-md-center in-center in-splash-text">End Int​ernet Censo​rship.<br>Priva​cy right at your fingertips.</h1><button class="button rounded in-btn-color" type="button" data-hover="Epic!"><span><a href="/?a">By<wbr>p<wbr><span style=display:none data-oenfewpq=hehe>Cooking at a higher temperature (500 degrees F (260 degrees C)) is the key to making this the perfect pizza. It doesn't get any easier than this folks. Brush dough with olive oil and add your favorite toppings. Enjoy! By Michele Leigh Pinette Pierce</span>a<wbr>s<wbr>s n<wbr>ow?</a></span></button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue