Refresh Page Without Pop Up | | client script || Reload Page

PHOTO EMBED

Wed Aug 03 2022 13:31:28 GMT+0000 (Coordinated Universal Time)

Saved by @mdfaizi

if (window.onbeforeunload) {
          window.onbeforeunload = function () {
            null;
          };
        }
        location.reload({});
content_copyCOPY