Comments on: Hide Inline Offers on Citi Card Activity http://mikenaberezny.com/2008/12/27/hide-inline-offers-on-citi-card-activity/ Mon, 08 Mar 2010 17:59:52 +0000 http://wordpress.org/?v=2.9.1 hourly 1 By: Paul http://mikenaberezny.com/2008/12/27/hide-inline-offers-on-citi-card-activity/comment-page-1/#comment-136300 Paul Wed, 11 Feb 2009 14:49:16 +0000 http://mikenaberezny.com/?p=803#comment-136300 Many people who use Firefox have the AdBlock Plus add-on installed. Install the Adblock Plus Element Hiding Helper and you can select the frame containing said advertisement. There are several elements so it might be tricky, but you want the TD frame. Example: accountonline.com#TD(colspan=2) And most importantly: CALL AND COMPLAIN!!! Do you want a future where all you see are advertisements everywhere you look? You can give them your soul and your family and it'll never be enough.. Many people who use Firefox have the AdBlock Plus add-on installed. Install the Adblock Plus Element Hiding Helper and you can select the frame containing said advertisement.
There are several elements so it might be tricky, but you want the TD frame.
Example: accountonline.com#TD(colspan=2)

And most importantly: CALL AND COMPLAIN!!! Do you want a future where all you see are advertisements everywhere you look? You can give them your soul and your family and it’ll never be enough..

]]>
By: Dave Thomas http://mikenaberezny.com/2008/12/27/hide-inline-offers-on-citi-card-activity/comment-page-1/#comment-136241 Dave Thomas Tue, 10 Feb 2009 23:42:28 +0000 http://mikenaberezny.com/?p=803#comment-136241 Appreciate the Greasemonkey script. Found them really annoying, then came across a Lifehacker post which linked to you and your solution. Thanks very much! Appreciate the Greasemonkey script. Found them really annoying, then came across a Lifehacker post which linked to you and your solution. Thanks very much!

]]>
By: Laurence http://mikenaberezny.com/2008/12/27/hide-inline-offers-on-citi-card-activity/comment-page-1/#comment-136220 Laurence Tue, 10 Feb 2009 19:13:13 +0000 http://mikenaberezny.com/?p=803#comment-136220 I had noticed these and tried to ignore them... Pretty cool work around. Thanks :) I had noticed these and tried to ignore them… Pretty cool work around. Thanks :)

]]>
By: P Zimmerman http://mikenaberezny.com/2008/12/27/hide-inline-offers-on-citi-card-activity/comment-page-1/#comment-136210 P Zimmerman Tue, 10 Feb 2009 17:16:06 +0000 http://mikenaberezny.com/?p=803#comment-136210 Here's another idea: call their 1-800 number telling them its unwelcome spam. And when I say call them, I mean repeatedly. If you've got a spare half hour, try 20 or so times. Here’s another idea: call their 1-800 number telling them its unwelcome spam.

And when I say call them, I mean repeatedly. If you’ve got a spare half hour, try 20 or so times.

]]>
By: Anonymous http://mikenaberezny.com/2008/12/27/hide-inline-offers-on-citi-card-activity/comment-page-1/#comment-136199 Anonymous Tue, 10 Feb 2009 14:52:49 +0000 http://mikenaberezny.com/?p=803#comment-136199 thanks, this is great. hate these ads. thanks, this is great. hate these ads.

]]>
By: Matthew Brundage http://mikenaberezny.com/2008/12/27/hide-inline-offers-on-citi-card-activity/comment-page-1/#comment-136198 Matthew Brundage Tue, 10 Feb 2009 14:42:10 +0000 http://mikenaberezny.com/?p=803#comment-136198 For those without Greasemonkey, an alternative solution would be to use the "Stylish" Firefox extension and add custom CSS. The same effect can be obtained -- and with just a few simple lines, too: <code> @namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("www.accountonline.com") { tr.promo-message {display:none !important;} } </code> *Note: this code is untested, so the actual implementation may be slightly different from this example. For those without Greasemonkey, an alternative solution would be to use the “Stylish” Firefox extension and add custom CSS. The same effect can be obtained — and with just a few simple lines, too:

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.accountonline.com") {
tr.promo-message {display:none !important;}
}

*Note: this code is untested, so the actual implementation may be slightly different from this example.

]]>