mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-26 01:08:39 +09:00
4 lines
96 B
HTML
4 lines
96 B
HTML
<script>
|
|
Object.prototype.__defineGetter__("x", Object.prototype.toSource);
|
|
window.x;
|
|
</script>
|