how to block this element?

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 block this element?

Post by delta26 »

how to block this hidden element?
<a style="position: fixed; top: 0px; left: 0px; width: 1920px; height: 986px;" href="http://p239504.inclk.com/itab/sa?cid=AD ... &q=Skidrow Games Reloaded » PC Games, Cracks, Updates, DLCs, Patches, Repacks &amp; More!&ap=fp%3Dundefined%26referrer%3Dhttps%3A%2F%2Fskidrowgamesreloaded.com%2F%26cmp%3DADBLOCK_POP%26popeye%3DbXg9dW5kZWZpbmVkJm15PXVuZGVmaW5lZCZjeD11bmRlZmluZWQmY3k9dW5kZWZpbmVkJnc9MTkyMCZoPTk4NiZjPTEmcz0xJnQ9ODImaT0wJm89LTQyMA%253D%253D%26olive%3D1%26cbr%3D1516377600" target="_blank"></a>

and if i want to block any element from anywhere contain like that (href inclk.com and etc) or open new window/tab ads...
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: how to block this element?

Post by mapx »

Code: Select all

##a[href*="inclk.com"]
or in case for that site there already exists a generichide filter you have to add the domain:

Code: Select all

example.com##a[href*="inclk.com"]
Post Reply