Trouble with wildcard filter

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
noterritory
Posts: 1
Joined: Mon May 16, 2011 7:22 pm

Trouble with wildcard filter

Post by noterritory »

I am trying to block a div on a website that upon refresh generates a new ID/Name. All of them have lpInviteLayer-000 in them, where 000 stands for 3 digits. The 3 digits change every time the page is refreshed. I have tried lpInviteLayer-* in my filters, but that is not working. Is there something else I can try?

Thanks,

NT
MonztA
ABP Developer
Posts: 3957
Joined: Mon Aug 14, 2006 12:18 am
Location: Germany

Re: Trouble with wildcard filter

Post by MonztA »

Code: Select all

##div[id^="lpInviteLayer-"]
Have you tried Element Hiding Helper?
Locked