window_suspended.html 92 B

123456
  1. <script>
  2. onpageshow = function(e) {
  3. opener[location.search.split('?')[1]](e);
  4. }
  5. </script>