mirror of
https://github.com/servo/servo
synced 2026-05-02 04:17:38 +02:00
5 lines
88 B
HTML
5 lines
88 B
HTML
<script>
|
|
var varName = location.search.substr(1);
|
|
parent[varName] = true;
|
|
</script>
|