Hey Folks,

Wonder how to hide the twitter’s promotion or advertisement from the twitter.com’s sidebar. Yeah it becomesfirefox1 annoying sometimes. However twitter does not provide any way to hide that notification, but you can still tweak your firefox’s CSS and hide that annoying promotion.

We do it using a user defined CSS, which stays in the profile folder. It actually overrides the CSS of the twitter.com to make it hidden. Let’ see how you can achieve this.

  1. Browse to the user directory of Mozilla Firefox. (Visit Mozilla’s site to know find out user directory)
  2. Now in the chrome folder of Mozilla profile directory create a css file userContent.css. You have to grant administrative rights for vista.
  3. Now put the following lines of css style in the userContent.css and save.
@-moz-document url-prefix(http://twitter.com/)
{
  #side p.promotion { display: none !important; }
}

You will have to restart Firefox once before you can see it getting disabled. Hope you like this tweak.

Stay Digified !!
Sachin Khosla

Share this post: