mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-16 19:58:41 +00:00
9 lines
127 B
HTML
9 lines
127 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<script>
|
|
window.name = location.search.substring(1);
|
|
</script>
|
|
</head>
|
|
</html>
|