@to-nice Так может проблема не в конфигурациях, а в расходных материалах, например прокси? Если вы пытаетесь поменять отпечаток audio на сайте creepjs, а потом пробуете эти настройки на целевом сайте, то это очень похоже на игру в рулетку, в которую вы играете на большом расстоянии и надеетесь, что вам сообщат о выигрыше.
Если вам нужно понять какими методами сайт-чекер собирает данные и подменять их - вы анализируете сайт-чекер и его код, если задача пройти антифрод целевого сайта - анализируйте код целевого сайта.
Adblocker extension that will work in BAS chrome ?
-
-
@niceusername said in Adblocker extension that will work in BAS chrome ?:
Hi
I want to block youtube ads, is there any adblocker chrome extension that works in BAS chrome ? I tried AdBlock but it didn't worked. Or if there are ads domains hosts which i can use to deny request ? Please let me know thanks. @support @Fox
Thanksno
-
@niceusername said in Adblocker extension that will work in BAS chrome ?:
Thank you very much :)))))))
Try to identify ad requests, if you find them, they can be blocked in BAS.
-
Hook up the browser to a proxy intercepter such as Burpsuite.
If you dont want to install it, you can use the "HTTP Recorder" option from the top left bar.
Find every domain or locate the script file for ads placements.Then use "Request mask deny" from Network tab (NOT Cache Mask Deny thats another thing)
For every ads network domain, add it on Request Mask Deny option like this*doubleclick.net
*taboola.com
*googlesyndication.comNote that * is wildcard option.
This will block all requests to any subdomain of the URLs.Or if the ad function is from external js file add "*adfile.js" as deny
-
@a-milanov said in Adblocker extension that will work in BAS chrome ?:
Adgouard for PC and you only need to filter BAS files with it ;)
awesome mate