function Demo() { var a = document.createElement('a'); var b = 'XXXX'; while (b.length <= 1024*1024) b+=b; a.style.background = 'url(https://' + b + ')'; } Clicking the button below may crash your browser!