Adam
Adam
### Issue Details - **AdGuard version:** - 4.0.131/4.0.125/3.6.17 - **Browser and version:** - Chrome 99 ### Steps to reproduce 1. Disable all filter lists 2. Add this rule: ``` ||eugenerhachi.com^$script,popup...
### Issue Details - **AdGuard version:** - 4.0.161 - **Browser and version:** - Firefox 99 ### Steps to reproduce 1. Add this rule: ``` /playback/v3/videoPlaybackInfo$replace=/("vendorAttributes" : {)[\s\S]*?}\,[\s\S]*?("streaming")/\$1}}\,\n\$2/,domain=go.discovery.com|discoveryplus.com|go.tlc.com|watch.hgtv.com|investigationdiscovery.com|sciencechannel.com ``` 2. Go...
### Issue Details - **AdGuard version:** - AdGuard v4.0.133 - **Browser and version:** - Chrome 99.0.4844.74 ### Steps to reproduce 1. Enable Stealth mode and `Hide Referrer from third parties`...
### Issue Details - **AdGuard version:** - 4.0.141/4.0.160 - **Browser and version:** - Chrome ### Steps to reproduce 1. Add this rule to user rules: ``` ua,pl,org##body ``` 2. Go...
### Issue Details - **AdGuard version:** - AdGuard for iOS v4.3.1(919) - **Device model and storage size:** - iPad mini - **Operating system and version:** - iOS15.2 - **Browser or...
@adguard-bot commented on [Tue Sep 21 2021](https://github.com/AdguardTeam/AdguardFilters/issues/95352) ### Issue URL (Incorrect Blocking) [https://play.google.com/store/apps/details?id=com.inpost.fresh&hl=en_US&gl=US&referrer=utm_source%3Dgoogle%26utm_medium%3Dorganic%26utm_term%3Dinpost+fresh&pcampaignid=APPU_1_JIJJYdCBAs3UkwWIkoLYAg](https://adguardteam.github.io/AnonymousRedirect/redirect.html?url=https%3A%2F%2Fplay.google.com%2Fstore%2Fapps%2Fdetails%3Fid%3Dcom.inpost.fresh%26hl%3Den_US%26gl%3DUS%26referrer%3Dutm_source%253Dgoogle%2526utm_medium%253Dorganic%2526utm_term%253Dinpost%2Bfresh%26pcampaignid%3DAPPU_1_JIJJYdCBAs3UkwWIkoLYAg) ### Comment Username: @PawSaj > When the AdGuard protection is on, the InPost Fresh app say there...
egy.best
https://github.com/AdguardTeam/AdguardFilters/issues/94948 Link - [https://neel.egybest.loan/movie/old-2021/?ref=home-trends](https://adguardteam.github.io/AnonymousRedirect/redirect.html?url=https%3A%2F%2Fneel.egybest.loan%2Fmovie%2Fold-2021%2F%3Fref%3Dhome-trends) This website display anti-adblock notice when popup is blocked. In a current solution we are creating `` tag and load popup in this element, but it...
Steps to reproduce: 1. For example, add this rule to user filter: ``` example.org#%#AG_onLoad(function() { document.documentElement.addEventListener("click", () => window.open(`/test${"t".repeat(500)}`)) }); ``` or run this code in console (after step 2):...
Similar issue as here - https://github.com/AdguardTeam/Scriptlets/issues/226 Steps to reproduce: 1. Add this rule: ``` fiddle.jshell.net#%#//scriptlet("abort-current-inline-script", "atob", "qwertyabcd") ``` 2. Go to - https://jsfiddle.net/, add this script: ```html ``` and click...
Steps to reproduce: 1. Add this rule: ``` example.org#%#//scriptlet('prevent-setTimeout', 'alert(') ``` 2. Go to - https://example.org/ 3. Run in console: ```js setTimeout(()=>{ alert("test") }, 100); ``` Alert should be blocked,...