You can delete history points created in a web browser.
or it is possible not to add a history point when the link pattern "some link" click and the URL in the browser is changed
You cannot delete items from the browser history, but you can load a new document into the window and bypass the history using javascript. This is done using the replace () method of location objects.
top.location.replace( newUrl );
, ( ). javascript, .