mirror of
https://github.com/QuiteAFancyEmerald/Holy-Unblocker.git
synced 2025-05-14 20:30:02 -04:00
Update g.html
This commit is contained in:
parent
0283bc71eb
commit
38cc92b152
1 changed files with 12 additions and 11 deletions
|
@ -135,20 +135,21 @@
|
|||
<div class="container">
|
||||
<div class="box">
|
||||
<input type="text" id="gsearchbar" onkeyup="gsearch()" autocomplete="off" placeholder="Search" />
|
||||
<script>
|
||||
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>
|
||||
|
||||
<div id="glist">
|
||||
<script>
|
||||
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>
|
||||
<h2>HTML5 Games</h2>
|
||||
<a class="glink" href="./gfiles/html5games/2048">2<wbr>048</a>
|
||||
<a class="glink" href="./gfiles/html5games/2048/index.html">2<wbr>048</a>
|
||||
<a class="glink" href="./gfiles/html5games/asteroids/index.html">Aste<wbr>roids</a>
|
||||
<a class="glink" href="./gfiles/html5games/astray">Ast<wbr>ray</a>
|
||||
<a class="glink" href="./gfiles/html5games/backcountry">Bac<wbr>kcountry</a>
|
||||
<a class="glink" href="./gfiles/html5games/bounceback">Boun<wbr>ceback</a>
|
||||
<a class="glink" href="./gfiles/html5games/breaklock">Brea<wbr>klock</a>
|
||||
<a class="glink" href="./gfiles/html5games/astray/index.html">Ast<wbr>ray</a>
|
||||
<a class="glink" href="./gfiles/html5games/backcountry/index.html">Bac<wbr>kcountry</a>
|
||||
<a class="glink" href="./gfiles/html5games/bounceback/index.html">Boun<wbr>ceback</a>
|
||||
<a class="glink" href="./gfiles/html5games/breaklock/index.html">Brea<wbr>klock</a>
|
||||
<a class="glink" href="./gfiles/html5games/breakout">Bre<wbr>akout</a>
|
||||
<a class="glink" href="./gfiles/html5games/chess">Che<wbr>ss</a>
|
||||
<a class="glink" href="./gfiles/html5games/chromaincident">Chroma<wbr>incident</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue