我正在尝试删除 html 中的这个脚本标签,它用于谷歌分析,我想在使用时删除这个脚本不接受 cookie。
<script>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-46776072-1']);
_gaq.push(['_setDomainName', 'av.gov.mk']);
_gaq.push(['_trackPageview']);
(function () {
var ga = document.createElement('script'); ga.type =
'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl'
: 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
};
</script>
相关分类