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