mirror of
https://github.com/roytam1/basilisk55.git
synced 2026-07-04 06:18:52 +00:00
4 lines
75 B
JavaScript
4 lines
75 B
JavaScript
var x = 0;
|
|
setTimeout("x++; '\x00'; x++;");
|
|
setTimeout("postMessage(x);");
|