diff --git a/src/content.ts b/src/content.ts index 2ebfc38e..5055070d 100644 --- a/src/content.ts +++ b/src/content.ts @@ -234,6 +234,9 @@ function contentConfigUpdateListener(changes: StorageChangesObject) { case "hideDeleteButtonPlayerControls": updateVisibilityOfPlayerControlsButton() break; + case "categorySelections": + sponsorsLookup(sponsorVideoID); + break; } } }