mirror of
https://github.com/QuiteAFancyEmerald/Holy-Unblocker.git
synced 2025-05-15 21:00:00 -04:00
Massive Games Page Update
This commit is contained in:
parent
aa2d29481a
commit
170e55e3cd
1 changed files with 1 additions and 20 deletions
|
@ -163,27 +163,8 @@
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<div id="glist">
|
<div id="glist">
|
||||||
<script>
|
|
||||||
function gsearch() {
|
|
||||||
let input = document.getElementById('gsearchbar').value
|
|
||||||
input = input.toLowerCase();
|
|
||||||
let x = document.getElementsByClassName('glist');
|
|
||||||
|
|
||||||
for (i = 0; i < x.length; i++) {
|
|
||||||
if (!x[i].innerHTML.toLowerCase().includes(input)) {
|
|
||||||
x[i].style.display = "none";
|
|
||||||
} else {
|
|
||||||
x[i].style.display = "list-item";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
/* function gsearch() {
|
|
||||||
var e, t, n, a;
|
|
||||||
for (e = document.getElementById("gsearchbar").value.toUpperCase(), t = document.getElementById("glist"), a = 0; a < t.querySelectorAll("a[href]").length; a++)(n = t.getElementsByTagName("a")[a]).innerHTML.toUpperCase().indexOf(e) > -1 ? n.style.display = "block" : n.style.display = "none"
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
<!-- Important: Use <wbr> to mess with keywords. -->
|
<!-- Important: Use <wbr> to mess with keywords. -->
|
||||||
<input type="text" id="gsearchbar" onkeyup="gsearch()" autocomplete="off" placeholder="Search" />
|
<input action="/home/session" method="POST" type="url" id="gsearchbar" autocomplete="off" placeholder="Search Alloy" />
|
||||||
<div>
|
<div>
|
||||||
<!-- Game CSS-->
|
<!-- Game CSS-->
|
||||||
<style>
|
<style>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue