We can avoid updating extension every time we learn to process a new web site
It can automated if we have a special API like /patterns returns classes to analyze
{
wall-street-journal: "article body",
new-york-times: "main-article content",
...
}
So we can update it somewhere on the backend without changing an extension itself.