Blogger/Blogspot - Next blog link remover

Blogger/Blogspot - Next blog link remover
1678
****
By QUILz
Last updated Jan 27 2007
4 installs this week, 209 total.

Removes the "Next blog" link from the navigation bar on Blogger blogs.

Install options

Feedback

Reviews

war59312 said on Oct 17 2008

Updated version:

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("http://www.blogger.com/navbar") {
* { display: none ! important; }
} ***

Billifer said on Jul 25 2007

I'm usually reading on Blogger instead of writing (and this code doesn't seem to help that), but something that does is adding this after the code in this style.

@-moz-document domain("blogspot.com") {
#navbar-ifram { display: none !important; }
} ****

Weishun said on Jan 27 2007

I don't care for the "navbar", at all, and use the following to get rid of it:

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("http://www2.blogger.com/navbar") {
* { display: none ! important; }
}
****

.ad {
/* Your ad can be here instead. 10K unique visitors for $5/day. Mail me. */

}