ESPN's new frontpage

Everything about using Adblock Plus on Mozilla Firefox, Thunderbird and SeaMonkey
Post Reply
soxscout
Posts: 4
Joined: Tue Feb 06, 2007 9:19 pm

ESPN's new frontpage

Post by soxscout »

Image

Does this look the like best I can do to "fix" the new ESPN frontpage? Idealy I would like to get rid of the areas I highlighted in light blue.

Thanks for any and all help.
User avatar
rick752
Posts: 2709
Joined: Fri Jun 09, 2006 7:59 pm
Location: New York USA
Contact:

Post by rick752 »

3 strings:

Code: Select all

espn.go.com##div[class="scoreboard"][style="position: static;"]
espn.go.com#div(class=mast-container)
espn.go.com#div(class=headerSwf-container)
User avatar
rick752
Posts: 2709
Joined: Fri Jun 09, 2006 7:59 pm
Location: New York USA
Contact:

Post by rick752 »

In addition to the above 3 on the main page, you will need these to take out the sub-pages:

Code: Select all

espn.go.com#div(id=searchr1)
espn.go.com#embed(width=772)(height=90)
... and there ya' go :D
soxscout
Posts: 4
Joined: Tue Feb 06, 2007 9:19 pm

Post by soxscout »

You sir, are amazing. Thank you.
User avatar
rick752
Posts: 2709
Joined: Fri Jun 09, 2006 7:59 pm
Location: New York USA
Contact:

Post by rick752 »

soxscout wrote:You sir, are amazing. Thank you.
And you sir, are welcome :wink:
Post Reply