Delete Hash
<html><head> <style> body { margin: 0; } a { background-color: rgba(0,0,0,.3); cursor: pointer; display: block; height: 100%; width: 100%; } </style> </head> <body> <a onclick="del()"></a> <script> function del() { parent.history.replaceState(null, '', location.pathname + location.search); } </script> </body></html>
page revision: 9, last edited: 08 Sep 2019 03:58






