Posts

Showing posts from September, 2020

Hide css call property during the inspect

Step 1   Put below script in web page and see <script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>