mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-11 04:28:43 +00:00
5 lines
88 B
HTML
5 lines
88 B
HTML
<script>
|
|
var varName = location.search.substr(1);
|
|
parent[varName] = true;
|
|
</script>
|