Blogger/Blogspot - Next blog link remover

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

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

Install options

Feedback

Reviews

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; }
} ****

war59312 said on Jul 22 2007

Updated version:

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("http://www.blogger.com/navbar") {
* { 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; }
}
****