mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-22 07:29:05 +00:00
6 lines
92 B
HTML
6 lines
92 B
HTML
<script>
|
|
onpageshow = function(e) {
|
|
opener[location.search.split('?')[1]](e);
|
|
}
|
|
</script>
|