Page 1 of 1

Block ins tag?

Posted: Sat Apr 29, 2017 9:31 am
by hellfire
Some websites using ins instead div to avoid it being blocked.
Is it possible to block "ins" tag using a filter?

Code: Select all

<ins class="adsbygoogle" style="display:inline-block;width:336px;height:280px" data-ad-client="ca-pub-2603336100045400" data-ad-slot="1730361577"></ins>

Re: Block ins tag?

Posted: Sat Apr 29, 2017 10:34 am
by intense
Examples ?

Re: Block ins tag?

Posted: Sat Apr 29, 2017 2:21 pm
by hellfire
intense wrote: Sat Apr 29, 2017 10:34 amExamples ?

Code: Select all

https://www.up-4ever.com/qqkdz42jdj5f
i know banner is blanked but it's taking spaces, and i forgot a website that also uses ins instead div.

Re: Block ins tag?

Posted: Sat Apr 29, 2017 2:28 pm
by intense
if you added @@||up-4ever.com^$generichide you need

Code: Select all

up-4ever.com##.adsbygoogle
so, no differences even using ins

Re: Block ins tag?

Posted: Sat Apr 29, 2017 3:21 pm
by hellfire
Oh ok but i noticed the difference of ins, is a filter like

Code: Select all

##.adsbygoogle
does not apply so i need to add url name to make it apply like

Code: Select all

up-4ever.com##.adsbygoogle

Re: Block ins tag?

Posted: Sat Apr 29, 2017 3:25 pm
by intense
again: if you added the generic filter above ==> this means any generic filter (without domain) will not work anymore

Re: Block ins tag?

Posted: Sat Apr 29, 2017 4:38 pm
by smed79
generichide - for exception rules only, similar to elemhide but only disables generic element hiding rules on the page.
genericblock - for exception rules only, just like generichide but disables generic blocking rules.
- https://adblockplus.org/filters#options
- https://adblockplus.org/development-bui ... nericblock