diff --git a/background/style-manager.js b/background/style-manager.js index 1a505a12..bc959a49 100644 --- a/background/style-manager.js +++ b/background/style-manager.js @@ -386,7 +386,6 @@ const styleManager = (() => { } function urlMatchSection(url, section) { - // FIXME: match sub domains? const domain = getDomain(url); if (section.domains && section.domains.some(d => d === domain || domain.endsWith(`.${d}`))) { return true;