mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-14 06:50:01 -04:00
7 lines
157 B
HTML
7 lines
157 B
HTML
<head></head>
|
|
<script>
|
|
function f() {
|
|
s = [window]
|
|
}
|
|
</script>
|
|
<button onclick="console.log(document.querySelector('script').innerHTML)">Google</button>
|