prevent browser back button disabled

PHOTO EMBED

Mon May 02 2022 06:57:26 GMT+0000 (Coordinated Universal Time)

Saved by @pradeepkumar28 #javascript

history.pushState(null, null, location.href);
        window.onpopstate = function (){
          history.go(1);
        };
content_copyCOPY