「bypass_stats」リンクを削除

このコミットが含まれているのは:
守矢諏訪子 2023-11-13 17:16:05 +09:00
コミット c7063f75c3
1個のファイルの変更1行の追加0行の削除

ファイルの表示

@ -157,6 +157,7 @@ func rmbloat(body string, cnf Config) string {
{`<!--`, ""},
{`(?s)<img src="https://(.*?)"`, `<img src="` + cnf.imgproxy + `/$1"`},
{`https://news-image.mixi.net`, cnf.imgproxy + `/news-image.mixi.net`},
{`(?s)<br /><p><a href="https://mixi.jp/bypass_stats.pl.*?</a></p>`, ""},
{`https://news.mixi.jp/`, cnf.domain + `/`},
}