Sha256: e26adf3e1f923b584f6080abc15543ff9e5a0e12f0f7a31f7fc68b796ba11b54
Contents?: true
Size: 220 Bytes
Versions: 131
Compression:
Stored size: 220 Bytes
Contents
<html> <head> <script> window.onbeforeunload = function(e) { return 'Unload?'; }; </script> </head> <body> <div>This triggers an alert on unload</div> <a href="/">Go away</a> </body> </html>
Version data entries
131 entries across 114 versions & 4 rubygems