mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-20 10:33:36 +00:00
5 lines
96 B
HTML
5 lines
96 B
HTML
<script>
|
|
Object.prototype.__defineGetter__("x", Object.prototype.toSource);
|
|
window.x;
|
|
</script>
|