Adam
Adam
I see that rules from my first post: ```adblock /^https?:\/\/(?:[a-z0-9-]+\.)*?(?:track\.effiliation\.com\/servlet\/effi\.redir|dealabs\.digidip\.net\/visit\?url=)/$urltransform=/%3A/:/ /^https?:\/\/(?:[a-z0-9-]+\.)*?(?:track\.effiliation\.com\/servlet\/effi\.redir|dealabs\.digidip\.net\/visit\?url=)/$urltransform=/%2F/\// /^https?:\/\/(?:[a-z0-9-]+\.)*?(?:track\.effiliation\.com\/servlet\/effi\.redir|dealabs\.digidip\.net\/visit\?url=)/$urltransform=/%3F/?/ /^https?:\/\/(?:[a-z0-9-]+\.)*?(?:track\.effiliation\.com\/servlet\/effi\.redir|dealabs\.digidip\.net\/visit\?url=)/$urltransform=/%3D/=/ /^https?:\/\/(?:[a-z0-9-]+\.)*?(?:track\.effiliation\.com\/servlet\/effi\.redir|dealabs\.digidip\.net\/visit\?url=)/$urltransform=/^https?:\/\/(?:[a-z0-9-]+\.)*?(?:effiliation\.com|dealabs\.digidip\.net).*url=([^&]*)/\$1/ ```` work, but instead of redirecting to: ``` https://www.carrefour.fr/p/valise-caracas-55cm-4-roues-noir-delsey-3219110489859 ``` it redirects to: ``` https://www.carrefour.fr/p/valise-caracas-55cm-4-roues-noir-delsey-3219110489859&ppref=https://www.dealabs.com/&ref=ppr-fr-1676838576 ```...
That's how it looks like on my end with AdGuard for Windows latest nightly build: Screenshot  > I start to think that $urltransform cannot delete the base part, the...
The current behavior is for long time (if I'm not wrong), and there are not so many cases where these kind of rules are used (but having such option still...
It seems that it's caused by rule like this: ```adblock ||example.org^$popup,third-party ``` AdGuard AdBlocker 5.0.104 Screenshot  It doesn't occur if I remove `third-party`/`popup` modifier from this rule, so it...
Please enable `AdGuard Popups filter` and update filters after about 2 hours.
https://github.com/AdguardTeam/AdguardFilters/issues/180077#issuecomment-2182002472 - Please check if AdGuard is detected here - https://adguard.com/test.html and `Annoyance blocking` is enabled.
Duplicate of https://github.com/AdguardTeam/AdguardFilters/issues/182605
As far as I understand, the problem occurs when 2 (or more) `spoof-css` scriptlets are used, for example: ```adblock example.org#%#//scriptlet('spoof-css', 'h1', 'width', '1000') example.org#%#//scriptlet('spoof-css', 'h1', 'height', '2000') ``` and it...
The changes related to https://github.com/AdguardTeam/Scriptlets/issues/498 should also fixes this issue.
Could you please try to update AdGuard Extra to version 1.0.695, it should be fixed.