Pink Poogle Toy Forum

The official community of Pink Poogle Toy
Main Site
NeoDex
It is currently Sun Nov 17, 2024 9:44 pm

All times are UTC




Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 60 posts ]  Go to page Previous  1, 2, 3, 4
Author Message
 Post subject:
PostPosted: Mon May 28, 2007 4:51 am 
Beyond Godly
Beyond Godly
User avatar

Posts: 2834
Joined: Mon May 31, 2004 4:32 pm
Location: Far, far away
OK, TGD, I hear you. I love Firefox because it is so easy to block the annoying ads that Neopets fires at us.

And hey, just for the record, some of you might not know it, but several mods were working behind the scenes the past two days dealing with certain issues that a certain member resurrected. And I would like to take my hat off to them, if I may. I know that it isn't exactly "relevant" to the topic, but oh well, indulge me for a second, OK? Thanks to ahoteinrun, the_dog_god, and mayanspypilot for their hard work in keeping this site a fun place on which to hang out. They get no pay whatsoever for doing this, yet do it anyway. And well, I think that is pretty darned cool of them. So thanks, you all.

OK, back to ads. I hate IE because it doesn't allow me to block ads.


Image
Tested made this fabulous set for me!!! Isn't it great?


Top
 Profile  
 
 Post subject:
PostPosted: Mon May 28, 2007 4:42 pm 
PPT God
PPT God
User avatar

Posts: 2240
Joined: Thu Jun 03, 2004 1:04 pm
Location: Work usually
anjuna wrote:
arogance1 wrote:
Using IE7 and Vista, can I block the ads easily without having to get firefox?


You should read through the strings of this thread, but since it is sometimes hard to figure out what is for IE (Trident) and what is for FF (Gecko -- reptilian agenda anyone? lol) here is the newest code that will block ads in IE with Neopets current CSS. Seems they changed it at least three times already.

Code:
.adBox{display:none;}
.ad_wrapper{display:none;}
.ad_wrapper_fixed{display:none !important;}
#ban{display:none !important;}
#ban_bottom{display:none !important;}



So should my css file look like this to block top and bottom ads?
div.ban,div#ban {
display: none !important;
}
div.ban_bottom,div#ban_bottom {
display: none !important;
}
div.ad_wrapper,div#ad_wrapper {
display: none !important;
}
.adBox{display:none;}
.ad_wrapper{display:none;}
.ad_wrapper_fixed{display:none !important;}
#ban{display:none !important;}
#ban_bottom{display:none !important;}


Image

Get your egg at http://www.pickle-green.com/egraphics/main.php?id=eggs


Top
 Profile  
 
 Post subject:
PostPosted: Wed May 30, 2007 2:26 am 
PPT God
PPT God
User avatar

Posts: 1114
Joined: Mon Oct 18, 2004 4:15 pm
Location: USA
I can not get the Google "Sponsored Links" box to go away at all. I have it in my stylesheet but it's still not going away. It just popped back up tonight.

It's the #ban_bottom one.


Image
Set by WIS


Top
 Profile  
 
 Post subject:
PostPosted: Wed May 30, 2007 5:42 am 
PPT Toddler
PPT Toddler
User avatar

Posts: 155
Joined: Wed May 30, 2007 8:08 am
Location: Honolulu, Hawaii
Oh, so that's what that box was all about...I had wondered. But it seemed to fix itself in a day, and as far as I know nothing has changed except maybe adblock updated or something...

but yes, I really agree that it's sneaky of them to try to get around ad blockers...honestly if I really wanted to see advertisements I'd google whatever I wanted and just click on the links there...


Image


Top
 Profile  
 
 Post subject:
PostPosted: Wed May 30, 2007 12:39 pm 
PPT Trainee
PPT Trainee
User avatar

Posts: 711
Joined: Mon May 31, 2004 5:43 am
I still can't click on my username and neopoints and random events. Am I blocking something I shouldn't be?


ImageImage


Top
 Profile  
 
 Post subject:
PostPosted: Wed May 30, 2007 1:56 pm 
PPT God
PPT God
User avatar

Posts: 1616
Joined: Fri Feb 10, 2006 4:37 am
Location: West Xylophone
Gender: Female
Dustin wrote:
I can not get the Google "Sponsored Links" box to go away at all. I have it in my stylesheet but it's still not going away. It just popped back up tonight.

It's the #ban_bottom one.


I had these all over the site for the first time ever today. I got rid of them by adblocking http://cm.neopets.overture.com/*

I'm not sure how to get rid of them via CSS.


Self-referential signatures make the angels cry.


Top
 Profile  
 
 Post subject:
PostPosted: Wed May 30, 2007 7:21 pm 
Honorary Member
Honorary Member
User avatar

Posts: 4587
Joined: Mon May 31, 2004 6:33 am
Location: Being PWNED
Gender: Female
Mayanspypilot wrote:
This topic is supposed to be about the newest ad placement on Neopets.


Please keep it that way.

Enough about Premium. Those arguments have already been done in this thread. And if they're brought up again, obviously this thread will no longer have a use and it will be locked.


Image
Evisceration is a sign of respect.


Top
 Profile  
 
 Post subject:
PostPosted: Wed May 30, 2007 11:09 pm 
PPT Trainee
PPT Trainee
User avatar

Posts: 711
Joined: Mon May 31, 2004 5:43 am
Is anyone else still having problems clicking on the top username, neopoints, etc links?


ImageImage


Top
 Profile  
 
 Post subject:
PostPosted: Thu May 31, 2007 10:52 am 
Beyond Godly
Beyond Godly
User avatar

Posts: 4460
Joined: Fri Jan 21, 2005 1:23 pm
Location: Essex, UK "'"Set by WIS"'"
mercurius wrote:
Is anyone else still having problems clicking on the top username, neopoints, etc links?


Yup, I've had a neomail event up there for ages and I just can't get rid of it :(


ImageImage

Boom-shaka-laka! Rawr come and join us in the Randomness
Sig Halloween'd by Tom!


Top
 Profile  
 
 Post subject:
PostPosted: Thu May 31, 2007 4:21 pm 
PPT Toddler
PPT Toddler
User avatar

Posts: 202
Joined: Tue Jun 01, 2004 6:37 am
Anoohilator wrote:
mercurius wrote:
Is anyone else still having problems clicking on the top username, neopoints, etc links?


Yup, I've had a neomail event up there for ages and I just can't get rid of it :(

You need to fix your stylesheet.

Mentioning stylesheets, I've since updated mine, as TNT changed the source code AGAIN. The most recent change affected only the bottom adbox.

Code:
div.ban,div#ban {
display: none !important;
}
div.ban_bottom,div#ban_bottom {
display: none !important;
}
div.ad_wrapper_fixed,div#ad_wrapper_fixed {
display: none !important;
}


Image
IDB Staff


Top
 Profile  
 
 Post subject:
PostPosted: Thu May 31, 2007 6:40 pm 
PPT Trainee
PPT Trainee
User avatar

Posts: 674
Joined: Wed Jun 02, 2004 8:56 pm
Dustin wrote:
I can not get the Google "Sponsored Links" box to go away at all. I have it in my stylesheet but it's still not going away. It just popped back up tonight.

It's the #ban_bottom one.


So does anyone have suggestions for how to block this as using CSS style sheets?


Image


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jun 01, 2007 10:40 am 
Beyond Godly
Beyond Godly
User avatar

Posts: 4460
Joined: Fri Jan 21, 2005 1:23 pm
Location: Essex, UK "'"Set by WIS"'"
GIR wrote:
Anoohilator wrote:
mercurius wrote:
Is anyone else still having problems clicking on the top username, neopoints, etc links?


Yup, I've had a neomail event up there for ages and I just can't get rid of it :(

You need to fix your stylesheet.

Mentioning stylesheets, I've since updated mine, as TNT changed the source code AGAIN. The most recent change affected only the bottom adbox.

Code:
div.ban,div#ban {
display: none !important;
}
div.ban_bottom,div#ban_bottom {
display: none !important;
}
div.ad_wrapper_fixed,div#ad_wrapper_fixed {
display: none !important;
}


..and where do I type that in? :)


ImageImage

Boom-shaka-laka! Rawr come and join us in the Randomness
Sig Halloween'd by Tom!


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jun 01, 2007 3:12 pm 
Moderator
Moderator
User avatar

Posts: 3739
Joined: Mon May 31, 2004 5:58 pm
Location: Idiotville
Anoohilator wrote:
GIR wrote:
Anoohilator wrote:
mercurius wrote:
Is anyone else still having problems clicking on the top username, neopoints, etc links?


Yup, I've had a neomail event up there for ages and I just can't get rid of it :(

You need to fix your stylesheet.

Mentioning stylesheets, I've since updated mine, as TNT changed the source code AGAIN. The most recent change affected only the bottom adbox.

Code:
div.ban,div#ban {
display: none !important;
}
div.ban_bottom,div#ban_bottom {
display: none !important;
}
div.ad_wrapper_fixed,div#ad_wrapper_fixed {
display: none !important;
}


..and where do I type that in? :)


This will go into a document called "usercontent.css" which should be somewhere on your hard drive.


Image


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jun 01, 2007 5:24 pm 
PPT God
PPT God
User avatar

Posts: 2240
Joined: Thu Jun 03, 2004 1:04 pm
Location: Work usually
shapu wrote:
Anoohilator wrote:
GIR wrote:
Anoohilator wrote:
mercurius wrote:
Is anyone else still having problems clicking on the top username, neopoints, etc links?


Yup, I've had a neomail event up there for ages and I just can't get rid of it :(

You need to fix your stylesheet.

Mentioning stylesheets, I've since updated mine, as TNT changed the source code AGAIN. The most recent change affected only the bottom adbox.

Code:
div.ban,div#ban {
display: none !important;
}
div.ban_bottom,div#ban_bottom {
display: none !important;
}
div.ad_wrapper_fixed,div#ad_wrapper_fixed {
display: none !important;
}


..and where do I type that in? :)


This will go into a document called "usercontent.css" which should be somewhere on your hard drive.


Open notepad, paste the code above in, save it as neopets.css on your C drive.
Then in IE6 or 7:
Click Tools -> Internet Options -> Accessibility
Put a tick in the box "Format documents using my style sheet", then browse to the C drive, select neopets.css, press OK and the ads vanish.


Image

Get your egg at http://www.pickle-green.com/egraphics/main.php?id=eggs


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jun 01, 2007 6:16 pm 
Moderator
Moderator
User avatar

Posts: 3739
Joined: Mon May 31, 2004 5:58 pm
Location: Idiotville
Yes, I should have clarified that my instruction was for firefox only. My error.

EDIT: Also add this information if you haven't already:
Code:
.adBox2,.footOverlay {display: none !important;}


Image


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 60 posts ]  Go to page Previous  1, 2, 3, 4

All times are UTC


Who is online

Users browsing this forum: No registered users and 80 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group