“Ctrl+/”
“F11/ESC”
<!DOCTYPE html>
<html>
<body>
<script>
document.write("Available Height: " + screen.availHeight);
</script>
</body>
</html>