how to block specific element to any site

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 specific element to any site

Post by delta26 »

i want to block any element have href inclk.com and work to any site...
this my code on specific element

Code: Select all

||skidrowgamesreloaded.com##a[href*="inclk.com"]
can someone let me know what i must use code for work to block any element have href inclk.com and work to any site (not just 1 site)
thx :D
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: how to block specific element to any site

Post by mapx »

correct filter:

Code: Select all

skidrowgamesreloaded.com##a[href*="inclk.com"]
|| is used only for blocking filters, your filter is a hiding filter.

A generic hiding filter (for all sites)

Code: Select all

##a[href*="inclk.com"]
More about filters:
en/filters
Post Reply