Show alert on page refresh or going back on page.

PHOTO EMBED

Sun Jun 28 2020 15:21:34 GMT+0000 (Coordinated Universal Time)

Saved by @usama #javascript

   window.onbeforeunload = function() {
    return "Data will be lost if you leave the page, are you sure?";
  };
content_copyCOPY

On my tool contentdrips.com/carousel :)