Script Summary: Remove promotion on baidu 移除百度推广信息
If you want replace it with "ad", change
content.snapshotItem(i).style.display = 'none';
to
//content.snapshotItem(i).style.display = 'none';
如果你想用"ad"代替推广信息,请将
content.snapshotItem(i).style.display = 'none';
改成
//content.snapshotItem(i).style.display = 'none';



