Fix: comment out a guard that leaked into a disabled function
The bulk file_get_html guard pass (a253e83) matched a commented-out
file_get_html($url) in the disabled mastodon() block and inserted a live
`if (!$html) return;` inside it. Comment it out to match its block.