一些恶心的免费虚拟机主机,会插入谷歌广告,造成你页面打开,都会出现显示的问题,非常难受。
只能每个页面插入这个代码,屏蔽谷歌广告。。。。。。
<script type="text/javascript">
function blockGoogleAds() {
const adsByClassName = document.querySelectorAll('.adsbygoogle, .video-ads');
adsByClassName.forEach(ad => ad.remove());
const adsByAttribute = document.querySelectorAll('[data-google-query-id]');
adsByAttribute.forEach(ad => ad.remove());
const googleSearchSuggestion = document.querySelector('.gsc-search-button');
if (googleSearchSuggestion) {
googleSearchSuggestion.parentNode.removeChild(googleSearchSuggestion);
}
}
window.onload = function() {
blockGoogleAds();
};
</script>
推荐本站淘宝优惠价购买喜欢的宝贝:
本文链接:https://www.hqyman.cn/post/7949.html 非本站原创文章欢迎转载,原创文章需保留本站地址!
休息一下~~