? m=1 remove in blogger

how to remove ?m=1 in blogger Video link


site link for more informations


my blog  script

-------------------------

          <!--start remove ?m=1 error-->

          <script type='text/javascript'>

            //<![CDATA[
           
            var uri = window.location.toString();
           
            if (uri.indexOf("%3D","%3D") > 0) {
           
            var clean_uri = uri.substring(0, uri.indexOf("%3D"));
           
            window.history.replaceState({}, document.title, clean_uri);
           
            }
           
            var uri = window.location.toString();
           
            if (uri.indexOf("%3D%3D","%3D%3D") > 0) {
           
            var clean_uri = uri.substring(0, uri.indexOf("%3D%3D"));
           
            window.history.replaceState({}, document.title, clean_uri);
           
            }
           
            var uri = window.location.toString();
           
            if (uri.indexOf("&m=1","&m=1") > 0) {
           
            var clean_uri = uri.substring(0, uri.indexOf("&m=1"));
           
            window.history.replaceState({}, document.title, clean_uri);
           
            }
           
            var uri = window.location.toString();
           
            if (uri.indexOf("?m=1","?m=1") > 0) {
           
            var clean_uri = uri.substring(0, uri.indexOf("?m=1"));
           
            window.history.replaceState({}, document.title, clean_uri);
           
            }
           
            //]]>
           
            </script>

          <!--end remove ?m=1 error-->

-----------------------------------------------

<script type='text/javascript'> //<![CDATA[ var uri = window.location.toString(); if (uri.indexOf("%3D","%3D") > 0) { var clean_uri = uri.substring(0, uri.indexOf("%3D")); window.history.replaceState({}, document.title, clean_uri); } var uri = window.location.toString(); if (uri.indexOf("%3D%3D","%3D%3D") > 0) { var clean_uri = uri.substring(0, uri.indexOf("%3D%3D")); window.history.replaceState({}, document.title, clean_uri); } var uri = window.location.toString(); if (uri.indexOf("&m=1","&m=1") > 0) { var clean_uri = uri.substring(0, uri.indexOf("&m=1")); window.history.replaceState({}, document.title, clean_uri); } var uri = window.location.toString(); if (uri.indexOf("?m=1","?m=1") > 0) { var clean_uri = uri.substring(0, uri.indexOf("?m=1")); window.history.replaceState({}, document.title, clean_uri); } //]]> </script>

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.