Neowin Layout changes new ad divs

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

Neowin Layout changes new ad divs

Post by GrimSage »

I noticed the following were now containers for the Ads on neowin.net

<div id="rev-fullbanner"> OR <div id="header-banner">
<div id="sidebar-skyscraper">
<div id="content-main-square">
User avatar
rick752
Posts: 2709
Joined: Fri Jun 09, 2006 7:59 pm
Location: New York USA
Contact:

Post by rick752 »

I just pretty much took care of that in the EasyElement subscription just now. I took care of the worse parts with just a single filter string. :arrow: :arrow: :arrow:
GrimSage

Post by GrimSage »

Awsome, thank you
GrimSage

Found two more

Post by GrimSage »

When you go to one of the actual stories there are two more
<div id="content-main-square">
and
<div id="content-leaderboard">
User avatar
rick752
Posts: 2709
Joined: Fri Jun 09, 2006 7:59 pm
Location: New York USA
Contact:

Post by rick752 »

I have removed:

Code: Select all

neowin.net#div(id^=rev-)
neowin.net#div(id=content-main-square)
neowin.net#div(style*=none repeat scroll 0% 0%; -moz-background-clip:)
... because of problems. I don't belong, so someone who is a member will have to help with this.

Here is the problem topic there:
"Can only use "Quick Reply" in Firefox 3.0.3, Standard Reply and New Topic Doesn't Work"
http://www.neowin.net/forum/index.php?showtopic=684852
streetwolf
Posts: 64
Joined: Thu Sep 04, 2008 8:24 pm

Post by streetwolf »

I had the same problem and I just updated my subscriptions and all is well now.
Anonymous1

Post by Anonymous1 »

Here are 2 rules ive tested for a few seconds which seem to work:

Code: Select all

neowin.net##DIV[style="background: rgb(255, 255, 255) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; float: right; padding-left: 10px; text-align: center; width: 120px;"]
will post more if there are any i missed...
Anonymous1

Post by Anonymous1 »

Second:

Code: Select all

neowin.net##DIV[style="background: rgb(255, 255, 255) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; float: right; padding-left: 10px; text-align: center; width: 300px;"]
[/quote]
Neowhiner

Post by Neowhiner »

The only thing it misses is the vertical ad on the side.

Image
Neowhiner

Post by Neowhiner »

My bad, you have to use both entries. Merci Beaucoup! This should be added to the list.
Anonymous1
Posts: 3
Joined: Thu Oct 30, 2008 8:26 pm

Post by Anonymous1 »

The main page banner ad changed, so to summarize, here is the whole list:

Code: Select all

neowin.net##DIV[style="background: rgb(255, 255, 255) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; float: right; padding-left: 10px; text-align: center; width: 120px;"]

Code: Select all

neowin.net##DIV[style="background: rgb(255, 255, 255) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; float: right; padding-left: 10px; text-align: center; width: 300px;"]

Code: Select all

neowin.net##DIV[style="margin: 0pt auto; background: rgb(209, 224, 239) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; height: 60px; width: 468px;"]

Code: Select all

neowin.net#DIV(id=content-leaderboard)

Code: Select all

neowin.net#DIV(id=content-main-square)
I did some quick testing with forum replies, all seems ok as far as I can tell.
User avatar
rick752
Posts: 2709
Joined: Fri Jun 09, 2006 7:59 pm
Location: New York USA
Contact:

Post by rick752 »

Can anyone see a problem if the first 2 are combined into one element (left off the width at the end)? Those 2 rules are identical up to that point.

Code: Select all

neowin.net##div[style^="background: rgb(255, 255, 255) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; float: right; padding-left: 10px; text-align: center; width:"]
Check that "Reply button, too.
User avatar
rick752
Posts: 2709
Joined: Fri Jun 09, 2006 7:59 pm
Location: New York USA
Contact:

Post by rick752 »

I created a Neowin account and replied to a message. I am using my filter string in my last post with the ones that already exist in the current EasyElement.

Everything seems to work and look fine there. Can anyone else verify this?
Anonymous1
Posts: 3
Joined: Thu Oct 30, 2008 8:26 pm

Post by Anonymous1 »

OK, I just updated to latest easylist+easyelement (available when I posted this).

When the rule:

Code: Select all

neowin.net##div[style^="background: rgb(255, 255, 255) none repeat scroll 0% 0%;"]


is enabled, I cannot type a reply when I click "add reply" - the inputbox is gone... As soon as I disable it and click apply the inputbox appears as it should.

Apart from that, all seems fine. No ads or other errors with layout.
Ares2
Posts: 1275
Joined: Fri Feb 15, 2008 12:47 pm

Post by Ares2 »

Try to update again, this rule has been removed 3 days ago: http://forums.lanik.us/viewtopic.php?p=11658#p11658 and replaced with

Code: Select all

neowin.net##div[style^="background: rgb(209, 224, 239) none repeat scroll 0% 0%; "]
Locked