Block annoying Wikipedia donation notice

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
MackemX
Posts: 38
Joined: Thu Jan 04, 2007 8:57 pm

Post by MackemX »

rick752 wrote:Hey .. good for you. I didn't even look inside it ... congrads 8)

That would also be an excellent hide. Obviously if they change the site notification to something else, it will have a different id name. Good job!

.... By Jove, I think he's got it! :D

(changing filter now) :arrow: :arrow: :arrow:
yep I'm learning and I love poking around in stuff trying to work things out along with learning at the same time. Most times in recent years it was DVD data I'd be poking about in so I could help the DVD community with what I learned. Recently it's been html and php so that has helped today along with your info ;). I don't think I'll be a guru in ABP like some of you guys though 8)
sheepy
Posts: 147
Joined: Sat Jun 17, 2006 8:44 pm

Post by sheepy »

MackemX wrote:is there an easier way to see the code though instead of having to do it the way I did?
Some of us use DOM inspector - there's an extension that allows you to right click on the element (e.g. td or div) and brings you to the DOM tree.

The web devleoper's toolbar can also shows everything with id or class, making it easy to sport all the ad classes / id.

Some of us uses Firebug - with its inspect function you can see source code tree of element under mouse in real time. This is what I prefer, really convenience.
MackemX
Posts: 38
Joined: Thu Jan 04, 2007 8:57 pm

Post by MackemX »

thanks for the info sheepy ;). I had DOM installed before in an older version of FF but not any more
sheepy
Posts: 147
Joined: Sat Jun 17, 2006 8:44 pm

Post by sheepy »

In that case you just need to rerun Firefox setup - and make sure you select them this time. :)
MackemX
Posts: 38
Joined: Thu Jan 04, 2007 8:57 pm

Post by MackemX »

sheepy wrote:In that case you just need to rerun Firefox setup - and make sure you select them this time. :)
yeah ;). I'm just playing around with Firebug at the moment before I installed it again :)
Locked