2016-03-03

http://anond.hatelabo.jp/20160303101238

$("div.section").each(function(){
	if ($(this).html().indexOf("<br><br><br><br><br><br><br><br><br><br>") >= 0) { $(this).remove(); }
	if ($(this).html().match(/<p><a href=.*<p><a href=.*<p><a href=.*<p><a href=.*/)) { $(this).remove(); }
	if ($(this).html().match(/<p><a href=.*/) && $("p", this).length < 5) { $(this).remove(); }
});

こういうグリモンを入れれば大抵のスパムは消える

記事への反応 -

記事への反応(ブックマークコメント)

ログイン ユーザー登録
ようこそ ゲスト さん