去除 绚丽彩虹播放器广告(badapple) 教程

在网站 </html> 前面插入以下代码

<script>
xlch_player = document.getElementById('BadApplePlayer_Ad');
xlch_player.parentNode.removeChild(xlch_player);
window.onload=function(){
    xlch_player = document.getElementById('BadApplePlayer_Ad');
    xlch_player.parentNode.removeChild(xlch_player);
}
</script>

如果你的博客、论坛有 插入 JavaScript 的功能,请填入以下代码

xlch_player = document.getElementById('BadApplePlayer_Ad');
xlch_player.parentNode.removeChild(xlch_player);
window.onload=function(){
    xlch_player = document.getElementById('BadApplePlayer_Ad');
    xlch_player.parentNode.removeChild(xlch_player);
}

标签: 去除广告

添加新评论