GET LINK
Để xóa m=1 cuối địa chỉ liên kết Blogspot giao diện mobile. Dán đoạn code sau vào phí trên thẻ </head> hoặc thẻ </body>
<script>
//<![CDATA[
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>
#TienWiki
TAGs:
Code Javascript