diff --git a/src/search-injection/img-action-buttons.tsx b/src/search-injection/img-action-buttons.tsx index 62be9d1538..e18145e506 100644 --- a/src/search-injection/img-action-buttons.tsx +++ b/src/search-injection/img-action-buttons.tsx @@ -184,6 +184,10 @@ export const handleRenderImgActionButtons = async ( imageUrl = element.src } + if (element.naturalWidth < 100 || element.naturalHeight < 100) { + continue + } + if (imageUrl == null) { continue }