forget it. I found the answer by search. but I don't know how to solve script based anti-adblock sites in browser extension..http://adguard.com/en/filterrules.html#htmlContentFilter
https://github.com/adguardteam/experimentalfilterIn this case, the ad slogan does not appear on the page immediately, but only after the page is loaded. The slogan is shown using Javascript. We can’t do anything here using the first two types of rules, but we can use HTML filtration rules to solve our problem.
Exactly, yes. I need something like that...Be aware that rules added to this section cannot be used by Adguard extensions.
but seems like It doesn't like go green in extensions....
Any chance to use this rule in browser extensions?
Some site is easy to disable ads by poor anti-adblock trigger, but some of not. for example, http://www.realhd.co.kr/xe/news/19611
I believe this is the trigger. What would be best option in my case as browser extensions?if(google_ad_client!=null || (window.getComputedStyle?d.defaultView.getComputedStyle(i[i.length-1],null).getPropertyValue('display'):i[i.length-1].currentStyle['display'])=='none'){
Last edited by a moderator: