Newgrounds [fixed]

This is where you should report issues arising from the subscription filters.
Locked
Guest
Guest

Newgrounds [fixed]

Post by Guest »

The EasyElement list is hiding the search and login box at the top of Newgrounds.com

Anyone know how to fix this?
Guest
Guest

Post by Guest »

Is there a way to create an exception within a filter rule? The other tables have classes. I just don't know much about creating filters.
Guest
Guest

Post by Guest »

I have solved it. Please update the list!

change the filter from
newgrounds.com##table[width="770"][align="center"] :first-child table[width="770"]:first-child

to
newgrounds.com##table[width="770"][align="center"] :first-child table[width="770"]:not([height="144"]):first-child
Guest
Guest

Post by Guest »

And thanks chewey for correcting me on how to use 'not equals' in CSS.
User avatar
chewey
Emeritus Contributor
Emeritus Contributor
Posts: 276
Joined: Sun Dec 31, 2006 9:16 am

Post by chewey »

Heh, you're welcome. :-)
User avatar
rick752
Honorary Member
Honorary Member
Posts: 4508
Joined: Fri Dec 30, 2005 1:02 am
Location: New York, USA

Post by rick752 »

:oops: Somehow, I added that filter with a few others KNOWING that it blocked the login there. I had it in my personal filters list with some others and accidentally put it up with them.

Thanx for pointing that out ... fixing and uploading now.

ps: Thanx chewey :D

:arrow: :arrow: :arrow:
"Experience is something you don't get until just after you need it"
User avatar
rick752
Honorary Member
Honorary Member
Posts: 4508
Joined: Fri Dec 30, 2005 1:02 am
Location: New York, USA

Post by rick752 »

Never mind ... this works better and is shorter:

Code: Select all

newgrounds.com##td[align="center"]> table[width="770"]:first-child
:arrow: :arrow: :arrow:
"Experience is something you don't get until just after you need it"
Locked