Skip navigation

to remove the adbox on the home type page:

#pagelet_adbox{
display:none;
visibility:hidden;
}

to remove the big ad bar on a profile page:

.adcolumn_wrapper{
display:none;
visibility:hidden;
}

assuming you’re using Firefox, put this code into a file called userContent.css in your profile folder (if you’re using OSX it’ll probably be ~/Library/Application Support/Firefox/profiles/[numbers].default/chrome/)
i would imagine this’ll work with other browsers, if they allow custom stylesheets. enjoy.

EDIT: just noticed another ad sidebar on the notifications page… here’s the code for that one too:

.UIStandardFrame_SidebarAds{
display:none;
visibility:hidden;
}

Advertisement

One Comment

  1. If only I had a penny for every time I came to toodamnninja.wordpress.com.. Amazing article.


Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.