Adam

Results 178 comments of Adam

I think that for `apps.microsoft.com` case we can use rather safely a rule like this: ```adblock apps.microsoft.com#%#//scriptlet('hide-in-shadow-dom', 'buy-box[telemetry-area-id="CtaButton"][telemetry-data*="buttonType"][telemetry-data*="share"]') ``` It hides "Share" button (it seems that it's not displayed on...

I guess related to https://github.com/AdguardTeam/CoreLibs/issues/1969

For `trusted-replace-xhr-response`, one of the problems seems to be that `withCredentials` is not added to `forgedRequest`: https://github.com/AdguardTeam/Scriptlets/blob/9a974151a0bee433bd863b4da6fae2bc22831307/src/scriptlets/trusted-replace-xhr-response.js#L178 and it looks like that causes a problem. We could probably do something...

Probably incorrect order, and `path` and `domain` are in a wrong place? https://github.com/AdguardTeam/Scriptlets/blob/master/wiki/about-trusted-scriptlets.md#-%EF%B8%8F-trusted-set-cookie Should works: ```adblock beautywelt.de#%#//scriptlet('trusted-set-cookie', 'gh7', '6.3.', '', '/', 'beautywelt.de') ``` By the way, it seems that even...

It seems that the problem is that website removes content by something like: ```js document.removeChild(document.documentElement); ``` and due to this observed element does not exist, so later when popup element...

Even with VPN I'm redirected to `msn.com` (https://github.com/AdguardTeam/AdguardFilters/issues/180179#issuecomment-2137620747), maybe the same rules as for `msn.com` will work on `msn.cn`. Please add these rules to user rules: ```adblock msn.cn#%#//scriptlet('inject-css-in-shadow-dom', 'cs-native-ad-card-no-hover, display-ads,...

Could you please check this rule: ```adblock msn.cn##.msft-content-native-ad-preview-wrapper ``` If it will not work, then please right click on this ad, choose `Inspect` and take a screenshot with ad element...

If it's about blank page like on the screenshot here - https://github.com/AdguardTeam/AdguardFilters/issues/180077#issuecomment-2197853386, then it looks like that this issue rather occurs on `cdn.ampproject.org` (`www-mlive-com.cdn.ampproject.org`).