Remove forum ad

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
Alex

Remove forum ad

Post by Alex »

Can anyone help me remove this ad, that appears as the last post on every topic of the forum?

Image
User avatar
Stupid Head
Posts: 214
Joined: Sat Aug 26, 2006 8:11 pm
Location: USA

Post by Stupid Head »

I think that one is near impossible without better CSS 3 support in Gecko. Anyone else agree or disagree?
What, me worry?
Alex

Post by Alex »

I managed to remove the ad with RIP:

Code: Select all

//table[@cellspacing='1' and @class='ipbtable' and contains(.,'Softpedia Ad')]
But I was hoping to do this with ABP if possible... Thanks anyway.
Wladimir Palant

Post by Wladimir Palant »

No, this post is almost indistinguishable from a regular forum post. I don't think there is much we can do here.

@Stupid Head: How is CSS3 going to help?
User avatar
Stupid Head
Posts: 214
Joined: Sat Aug 26, 2006 8:11 pm
Location: USA

Post by Stupid Head »

Last-of-type selector. I think KHTML is the only engine that supports it.
What, me worry?
Wladimir Palant

Post by Wladimir Palant »

You mean you would hide the last post in each thread? I guess that would work...
burebista
Posts: 9
Joined: Mon Sep 11, 2006 7:29 am
Location: Romania

Post by burebista »

Greasemonkey and a script as they told me here. ;)
Flawless until now.
Guest

Post by Guest »

I've the same broad issue with a first post bot on the somethingawful forums here. The bot even uses a variety of names to avoid blocking.

The one handle which seperates the bot from the others is it has a "<tr style="background:#eef2ee">" part to it, but beyond that, nothing.

If worth anything, the names used by the bot are:
  • FirstPostBot
    Junkbot
    HayGuysBot
    Bob
    Blingbot 2.0
    LOLLERTRON
    FYADBOT
    Harry Botzack
    ExciteBot 4000
    Household Appliance
    Sh*t Poster <- not censored in the actual forums
Any help would be greatly appreciated.
Cheers![/list][/url]
User avatar
Stupid Head
Posts: 214
Joined: Sat Aug 26, 2006 8:11 pm
Location: USA

Post by Stupid Head »

Code: Select all

forums.somethingawful.com###thread>table:not([id])
What, me worry?
sheepy
Posts: 147
Joined: Sat Jun 17, 2006 8:44 pm

Post by sheepy »

I took a look at sofepedia. While we can't hide the whole row, it's possible to hide the ad post body by

softpedia.com#div(id=post-0)
Mad-Max

Post by Mad-Max »

If anyone is using Ad Muncher you can remove it with:

Remove tables with text:
<table class="ipbtable"*>softpedia ad<
Locked