Skip to content

Commit

Permalink
recent lol
Browse files Browse the repository at this point in the history
  • Loading branch information
NovaAppsInc committed Aug 23, 2022
1 parent 77667db commit 62b083b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 6 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<script async src="https://arc.io/widget.min.js#nxu6Wm1G"></script>
<script>
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('/arc-sw.js');
navigator.serviceWorker.register('/sw.js', {
scope: '/sw/',
});
Expand Down Expand Up @@ -132,9 +133,11 @@ <h3 class="infql">Quick Launch</h3>
</div>
</div>
<iframe src="home.html" frameborder="0" class="frame" id="frame"></iframe>
<!-- <div class="alertbtm" id="alert">
<p class="alert">You can search lyrics from the drop down menu!</a></p>
</div> -->
<div class="alertbtm" id="alert">
<p class="alert">Please enable arc on bottom left if it isn't already, thanks!</p>
<br>
<p class="alert">A new site by me has been worked on and has more development than Fracital please feel free to check it out <a class="link" href="https://terbium.ga">here</a><br>(this ins't a proxy site it is just a porject)</p>
</div>
</body>
<script src="./js/alerts.js"></script>
<script src="./js/index.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ urlbar.addEventListener("click", () => {
toolb.classList.add("toolbarH");

})

setTimeout(() => {([...document.getElementsByTagName`iframe`].reverse().find(a=>!a.src).contentDocument.getElementsByTagName`button`[0]||document.createElement`a`).click()},5500);
urlbar.addEventListener("blur", () => {
frame.classList.remove("frameTH");
toolb.classList.remove("toolbarH");
Expand Down
4 changes: 4 additions & 0 deletions styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,10 @@ a {
color: #fff
}

a.link {
text-decoration: underline;
}

a.linky:hover {
cursor: pointer;
color: #f971e4
Expand Down

0 comments on commit 62b083b

Please sign in to comment.