Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
<!DOCTYPE html>
<html>
<head>
<title>xD LOL</title>
<script>
function checklength() {
if(document.getElementById("z").length>100) {
document.getElementById("z").innerHTML = document.getElementByID("z").innerHTML.substring(0,100);
}
}
window.setInterval(checklength,250);
</script>
</head>
<body>
<p>Irgendwas</p>
</body>
</html>