Fixed Proxy Page

This commit is contained in:
TheEmeraldStarr 2020-10-04 14:36:26 -07:00
parent 08ceead99a
commit 27eed46dcf

View file

@ -75,28 +75,27 @@
</script>
<div class="d-flex align-items-center order-12" style="height:200px;">
<div class="container border rounded text-center justify-content-center align-items-center button" style="color: rgb(255,255,255);filter: blur(0px); opacity: 0.95;">
<form id="pc" onkeydown="pd()">
<p style=" font-size: 46px; ">No&#8203;de Unbloc&#8203;ker</p>
<p style="font-family: 'Montserrat Alternates', sans-serif; ">A flexib&#8203;le seco&#8203;ndary pr&#8203;oxy compared to All&#8203;oy, P&#8203;M and P&#8203;D.</p>
<form id="pd" onkeydown="pd()">
<p style=" font-size: 46px; ">P<wbr>yDo<wbr>dge B</p>
<p style="font-family: 'Montserrat Alternates', sans-serif; ">An alterna<wbr>tive pr<wbr>oxy of a modi<wbr>fied Via Pro<wbr>xy by O<wbr>lyB.</p>
<div class="input-group ">
<div class="input-group-prepend"></div><input id="url" class="bg-dark border rounded-0 border-info shadow-sm form-control form-control-lg " type="text" name="url" style="width: 194px;font-family:
'Montserrat Alternates', sans-serif;opacity: 0.80; color:rgb(255,255,255); " placeholder="Insert URL ">
<div class="input-group-append "><button id="pdprox" class="btn btn-dark btn-lg bg-dark border rounded-0 border-info shadow-lg select " data-bs-hover-animate="pulse " name="button" type="submit " style="width: 78px;padding: 8px;margin:
<div class="input-group-append "><button id="pdprox" class="btn btn-dark btn-lg bg-dark border rounded-0 border-info shadow-lg select " data-bs-hover-animate="pulse " name="button" type="submit" style="width: 78px;padding: 8px;margin:
0px;height: 46.126px;font-family: 'Montserrat Alternates', sans-serif;font-size: 16px; ">Go</button></div>
</div>
<div>
<script>
var header = document.getElementById("pc");
var header = document.getElementById("pd");
var btns = header.getElementsByClassName("pdprox");
for (var i = 0; i < btns.length; i++) {
btns[i].addEventListener("click", function() {});
}
</script>
</div>
<p class="text-primary " style="font-size: 20px;font-family: 'Montserrat Alternates', sans-serif; ">More Informat&#8203;ion:<br></p>
<p class="text-light " style="font-family: Lato, sans-serif; ">Works on Di&#8203;scord (QR Code Only), Yout&#8203;ube (Might need to reload), etc.<br><br>Many sites work with this. Explore!</p>
<p class="text-primary " style="font-family: Lato, sans-serif; ">Gi&#8203;tHub:&nbsp;<a class="text-primary " href="https://github.com/nf&#8203;riedly/n&#8203;ode-unblo&#8203;cker "><strong>&nbsp;https://git&#8203;hub.com/nfri&#8203;edly/no&#8203;de-unblo&#8203;cker</strong></a><br><br>Created
by Nat&#8203;han Friedl&#8203;y.</p>
<p class="text-primary " style="font-size: 20px;font-family: 'Montserrat Alternates', sans-serif; ">More Information:<br></p>
<p class="text-light " style="font-family: Lato, sans-serif; ">Works on vari<wbr>ous sites.<br><br>Explore!</p>
<p class="text-primary " style="font-family: Lato, sans-serif; ">GitH<wbr>ub:&nbsp;<a class="text-primary " href="https://github.com/BinBashB&#8203;anana/Py&#8203;Dodge "><strong>&nbsp;https://github.com/BinBashBa&#8203;nana/PyD&#8203;odge</strong></a><br><br>Crea<wbr>ted by Ol<wbr>yB.</p>
</form>
</div>
</div>