Navigation
Back
Changes
Index
removing the blogger navbar
the blogger navbar is annoying
they do provide a decent service though ;) im just not a fan of the bar
<script>
var b_crap_nav = document.getElementById('b-navbar');
document.body.removeChild(b_crap_nav);
</script>
tagged as blogger