@ -23,6 +23,7 @@ func fetch(u string, fn ...func(s string) string) string {
if err != nil {
return ""
}
defer res.Body.Close()
html := string(s)
for _, f := range fn {
html = f(html)
The note is not visible to the blocked user.