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