Files
AdguardFilters/TurkishFilter
Kim Mu-hun 8d6f2528d3 fix #228496 www.hepsiburada.com ad product cards (#229131)
* Fix #228496 www.hepsiburada.com ad product cards

* Merge duplicated rule with `!+ NOT_OPTIMIZED` flag.

The existing rule for the `^=sf-smart-banner` class name wasn't applied.
The optimized ruleset removes this rule, so I merged it into one with the `!+ NOT_OPTIMIZED` flag.

leaved a related comment: https://github.com/AdguardTeam/AdguardFilters/issues/228496#issuecomment-4242971315

* Group the same site rules into the same lines, ordered by ASC

* Remove the classname from the `li` element

https://github.com/AdguardTeam/AdguardFilters/pull/229131#pullrequestreview-4105299316

* Move the duplicate rule to the `!+ NOT_OPTIMIZED` flag.

The duplicate rule doesn't seem to be applied like the `^=sf-smart-banner` rule during filters optimization.

* `#hyd-adx` ad-leftover can be seen in Chrome MV3

* Remove the inactive rule

This rule part `div[class^="sf-Recommendation-"] > div[class^="sf-Recommendation-"]:has(> div[class^="sf-reco-"])` specifically targets only the section heading.

* Narrow the ad hyperlink
2026-04-21 15:40:37 +03:00
..