mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-19 02:43:07 +09:00
3 lines
75 B
JavaScript
3 lines
75 B
JavaScript
var x = 0;
|
|
setTimeout("x++; '\x00'; x++;");
|
|
setTimeout("postMessage(x);");
|