AdguardTeam / AdguardTeam/ContentBlocker

Samsung Internet can't hide pseudo-elements

未关闭
#232 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Java
星标
751
派生
154
平均合并
28 分钟
30 天内合并 PR
1

描述

### Prerequisites


- [X] I am running the latest version
- [X] I checked the documentation and found no answer
- [X] I checked to make sure that this issue has not already been filed

### Issue Details

- **AdGuard version:**
- v.2.6.2
- **Browser:**
- Samsung Internet 11.2.1.3
- **Device model:**
- Motorola Moto G7 Power
- **Operating system and version:**
- Android 9 (PPOS29.114-134-13)

### Expected Behavior

Should hide pseudo-elements (iOS app does, Yandex with Content blocker too)

### Actual Behavior

Can't hide pseudo-elements - generate glitch on `medonet.pl`:

https://github.com/AdguardTeam/AdguardFilters/issues/55535

### Screenshots

N/A

### Additional Information

no works both syntax:

```adb
! CSS 2.1
medonet.pl##BODY:before

! CSS 3
medonet.pl##BODY::before
```

Maybe better stable demo to tests: https://output.jsbin.com/batobem/

>
> ```adb
> output.jsbin.com##q:before
> output.jsbin.com##q:after
> output.jsbin.com##.ribbon:before
> output.jsbin.com##li.done:before
> ```

>
> ```adb
> output.jsbin.com##q::before
> output.jsbin.com##q::after
> output.jsbin.com##.ribbon::before
> output.jsbin.com##li.done::before
> ```

Maybe need report this directly into Samsung as bug in "content" API, because Adblock Plus Content Blocker also does not hide.

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。