data halaman onload

<html>
    <head>
        <script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
        <script>
            $(document).ready(function() { 
                window.history.pushState("","", location.href); 
            });
        </script>
    </head>
    <body>
        <!-- STUFF -->
    </body>
</html>
Nutty Narwhal