You are on page 1of 9

COMPRIMIR Y DESCOMPRIMIR

PÁGINA XBOX https://www.xbox.com/es-MX


COMPRIMIR

VAMOS A COMPRIMIR LA SIGUENTE LINEA:


<script src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.4.1.min.js"></script>
PÁGINA SPACEX https://www.spacex.com/
COMPRIMIR

Linea a comprimir:
<script type="text/javascript" src="static/deps-min.js"></script>
PÁGINA HARVARD UNIVERSITY https://www.harvard.edu/
COMPRIMIR

CODIGO A COMPRIMIR:
<script>
function is_ie () {
var ua = window.navigator.userAgent; //Check the userAgent property of the
window.navigator object
var msie = ua.indexOf('MSIE '); // IE 10 or older
var trident = ua.indexOf('Trident/'); //IE 11 return (msie > 0 || trident > 0);
}
function not_excluded_page () {
return (window.location.href.indexOf("/unsupported-browser/") === - 1 &&
document.title.toLowerCase().indexOf('page not found') === - 1);
}
if (is_ie() && not_excluded_page()) {
window.location = location.protocol + '//' + location.host + '/unsupported-
browser/';
} </script>
PÁGINA AMAZON https://www.amazon.com.mx/
DESCOMPRIMIR
PAGINA C&A https://www.cyamoda.com/ayuda
DESCOMPRIMIR
PAGINA PAYPAL https://www.paypal.com/mx/home
DESCOMPRIMIR

You might also like