How to filter element with href?

Everything about using Adblock Plus on Mozilla Firefox, Thunderbird and SeaMonkey
Post Reply
delta26
Posts: 5
Joined: Sat Feb 13, 2016 10:27 am

How to filter element with href?

Post by delta26 »

here element:
<a style="position: fixed; top: 0px; left: 0px; width: 1920px; height: 986px;" href="http://p239504.inclk.com/itab/sa?cid=AD ... 9504&q=You searched for how to survive 2 « Skidrow Reloaded Games&ap=fp%3Dundefined%26referrer%3Dhttps%3A%2F%2Fskidrowgamesreloaded.com%2F%3Fs%3Dhow%2Bto%2Bsurvive%2B2%26cmp%3DADBLOCK_POP%26popeye%3DbXg9NDMxJm15PTk0MiZjeD0xNzM1JmN5PTEwNCZ3PTE5MjAmaD05ODYmYz0xJnM9MSZ0PTE2NjQ4NyZpPTAmbz0tNDIw%26olive%3D1%26cbr%3D1507428000" target="_blank"></a>

because it's hidden element you can't see and onclick event so i can't block this element... when i use abp block element option/feature then i click to that element, abp block domain... not element and that element do it after click
i want to block all div or lement wich will link to inclk.com
here my filter is correct?
skidrowgamesreloaded.com##a[href="*.inclk.com"]
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: How to filter element with href?

Post by mapx »

correct:

Code: Select all

skidrowgamesreloaded.com##a[href*="inclk.com"]
read
en/filters#elemhide_attributes
Post Reply