Adam
Adam
- [x] Blob response - [x] Improve randomize `responseText` function - https://github.com/AdguardTeam/Scriptlets/issues/206#issuecomment-1158621281 (second part of the comment) There is a website - [https://www.kijk.nl/programmas/uefa-conference-league/FMLIrjHkfhXMWv](https://adguardteam.github.io/AnonymousRedirect/redirect.html?url=https://www.kijk.nl/programmas/uefa-conference-league/FMLIrjHkfhXMWv) which detects ad blockers if some xmlhttprequest...
- [ ] Return original URL - [ ] Improve `Response.type` - https://github.com/AdguardTeam/Scriptlets/issues/206#issuecomment-1158621281 (first part of the comment) - [ ] Fix issue with `:` in URL - https://github.com/AdguardTeam/Scriptlets/issues/216#issuecomment-1178591463 At...
There is a generic exception for this script (`@@||tagcommander.com^*/tc_$script`), so maybe it would be a good idea to create a redirect resource for it. Examples: https://github.com/AdguardTeam/AdguardFilters/issues/102818 (Broken video player) https://github.com/AdguardTeam/AdGuardSDNSFilter/issues/776...
Related to - https://github.com/AdguardTeam/AdguardFilters/issues/127537 I have checked it with latest `google-ima3` - https://github.com/AdguardTeam/Scriptlets/blob/master/src/redirects/google-ima3.js and it almost works fine, but the problem is that video player is not visible (it has...
Steps to reproduce: 1. Add this rule: ``` ||securepubads.g.doubleclick.net/tag/js/gpt.js$script,redirect=googletagservices-gpt,important,domain=bloomberg.com ``` 2. Go to - [https://www.bloomberg.com/quote/SX5E:IND](https://adguardteam.github.io/AnonymousRedirect/redirect.html?url=https://www.bloomberg.com/quote/SX5E:IND) Stock list below header is not displayed. Screenshot  It seems that this works fine...
Sometimes apps cannot detect source of the request, so we need a scriptlet which we load these scripts, so source will be detected. For example here - https://github.com/AdguardTeam/AdguardFilters/issues/110659 Source of...
At the moment, if for some reason cookie wasn't set (for example, it may happens if website is in iframe and third-party cookies are blocked by browser), then website will...
Fixes issue with `responseType` `blob` - https://github.com/AdguardTeam/Scriptlets/issues/206#issue-1196386338 I have added tasks to this issue - https://github.com/AdguardTeam/Scriptlets/issues/206 (the same for - https://github.com/AdguardTeam/Scriptlets/issues/216) and I hope that you don't mind if it...
Steps to reproduce: 1. Disable all filters and add this rule: `m.iqiyi.com#%#//scriptlet("set-constant", "QiyiPlayerLoader.Package.ad.adPlayerId", "")` 2. Go here - [https://m.iqiyi.com/v_2cu39c8o6f8.html](https://adguardteam.github.io/AnonymousRedirect/redirect.html?url=https%3A%2F%2Fm.iqiyi.com%2Fv_2cu39c8o6f8.html) **Important - check with mobile website version.** It seems that rule...
I think that it could be useful in case of some SSAI, like for example here - https://github.com/AdguardTeam/AdguardFilters/issues/44461 Steps to reproduce 1. Use AdGuard extension which doesn't support `$replace` rules...