Propiedades del objeto window
Propiedad location: sobre el sitio
location : Ruta de la página.
location.hash : Desde qué enlace.
location.host : Host y puerto URL.
location.hostname : Nombre del Host URL.
location.href : Nombre del Host URL.
location.pathname : Nombre de la URL.
location.port : Puerto de la URL.
location.protocol : Protocolo URL.
location.search : Consulta a la URL.
Propiedad navigator: Navegador y S.O.
navigator.appCodeName : navegador predeterminado
navigator.appName : Tipo de navegador
navigator.appVersion : Versión del navegador
navigator.cookieEnabled : Cookies disponibles?
navigator.platform : Sistema Operativo
navigator.userAgent : info completa del navegador y S.O.
Dispositivo: Pantalla, resolución y otros
innerHeight : altura ventana Internet del navegador
innerWidth : anchura ventana Internet del navegador
outerHeight : altura ventana completa del navegador
outerWidth : anchura ventana completa del navegador
screen.height : alto de pantalla
screen.width : ancho de pantalla
screen.pixelDepth : resolución del color (bits por pixel)
color.pixelDepth : Profundidad del color