web vital compliance

This commit is contained in:
slweeb 2024-04-03 13:42:25 -04:00
parent 49f0d9edd8
commit c85599cfdd
2 changed files with 21 additions and 3 deletions

View File

@ -15667,6 +15667,10 @@ window.onload = function() {
} }
} }
} }
// if the user is in an input, return
if (document.activeElement.tagName === "INPUT" || document.activeElement.tagName === "TEXTAREA") {
return;
}
// [ or - = decrease the mouse size by 2 // [ or - = decrease the mouse size by 2
if (e.keyCode == 219 || e.keyCode == 189) { if (e.keyCode == 219 || e.keyCode == 189) {
if (shiftDown) {mouseSize = 1} if (shiftDown) {mouseSize = 1}
@ -16219,7 +16223,21 @@ Cancer, Landmine, Grenade, Smoke Grenade">?</span> <input type="button" value="O
</optgroup> </optgroup>
</select></p> </select></p>
<p>Email us at <a href="mailto:contact@R74n.com">contact@R74n.com</a> for advertising, help, or education!</p> <p>Email us at <a href="mailto:contact@R74n.com">contact@R74n.com</a> for advertising, help, or education!</p>
<iframe id="newsletteriframe" width="450" height="250" style="border:1px solid #EEE; background:black; max-width:90%" frameborder="0" scrolling="no"></iframe> <div id="newsletterFrame">Be notified when Sandboxels and other R74n projects are updated, along with ramblings from the developer!<br><br>
<form action="https://news.r74n.com/api/v1/free?nojs=true" method="post" class="form _form_1mxvn_6" novalidate="" target="_blank"><input type="hidden" name="first_url" value="https://news.r74n.com/embed"><input type="hidden" name="first_referrer"><input type="hidden" name="current_url" value="https://news.r74n.com/embed"><input type="hidden" name="current_referrer"><input type="hidden" name="referral_code"><input type="hidden" name="source" value="embed"><input type="hidden" name="referring_pub_id"><input type="hidden" name="additional_referring_pub_ids">
<input type="email" placeholder="Type your email..." name="email" style="padding:15px"><input type="submit" value="Subscribe" style="background: rgb(23, 166, 255); padding:15px; border-radius: 20px"></input>
</div>
<style>
#newsletterFrame {
max-width: 600px;
margin: auto;
padding: 5px;
padding-top: 15px;
padding-bottom: 15px;
border: white solid 2px;
}
</style>
<!-- <iframe id="newsletteriframe" width="450" height="250" style="border:1px solid #EEE; background:black; max-width:90%" frameborder="0" scrolling="no"></iframe>
<script> <script>
window.addEventListener('load', function() { window.addEventListener('load', function() {
document.getElementById("newsletteriframe").src = "https://news.r74n.com/embed"; document.getElementById("newsletteriframe").src = "https://news.r74n.com/embed";
@ -16231,7 +16249,7 @@ Cancer, Landmine, Grenade, Smoke Grenade">?</span> <input type="button" value="O
document.getElementById("langCredit").style.display = "block"; document.getElementById("langCredit").style.display = "block";
} }
}) })
</script> </script> -->
<p>Support development by subscribing on <a href="https://www.patreon.com/R74n" rel="me" target="_blank">our Patreon</a>! Many benefits!!</p> <p>Support development by subscribing on <a href="https://www.patreon.com/R74n" rel="me" target="_blank">our Patreon</a>! Many benefits!!</p>
</div> </div>

View File

@ -469,7 +469,7 @@ button, input { /*Disable double tap zoom on mobile devices*/
touch-action: manipulation; touch-action: manipulation;
color-scheme: dark; color-scheme: dark;
} }
select, .toggleInput, #settingsMenu input[type="number"], #settingsMenu input[type="text"], #savePromptMenu input { select, .toggleInput, #settingsMenu input[type="number"], #settingsMenu input[type="text"], #savePromptMenu input, input[type="email"] {
background-color: black; background-color: black;
vertical-align: middle; vertical-align: middle;
margin-left: 5px; margin-left: 5px;