diff --git a/ruleset.yaml b/ruleset.yaml index f7563ec..f1cc8f7 100644 --- a/ruleset.yaml +++ b/ruleset.yaml @@ -142,5 +142,7 @@ paywall.forEach(el => { el.remove(); }); const images = document.querySelectorAll('img'); images.forEach(image => { image.parentElement.style.filter = ''; }); + const headimage = document.querySelectorAll('div .aspect-custom'); + headimage.forEach(image => { image.style.filter = ''; }); });