Quantcast
Channel: RasterWeb! » firefox
Viewing all articles
Browse latest Browse all 5

Make. Better.

$
0
0

Make Blog

I’m a fan of the Make Blog, and I’m also a user of a 13″ MacBook Pro, and those two things conflict a little bit.

Just take a look at the screen shot above, it’s what I see with a maximized browser window…

Make Blog

I prefer this view, where the footer is hidden, because 98% of the time I’m on the Make site, I don’t need to know whatever the footer has to tell me, and since the footer is locked in place when you scroll, that’s 22 pixels that are always blocking the content. (On an 800 pixel high screen, even losing 22 pixels can hurt.)

I’m using Mozilla Firefox with the Stylish Plugin to do this.

And here’s the code:

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("blog.makezine.com")
{
        div.new-footer {
                display: none !important;
        }

}

You can do a lot more with Stylish, as it lets you edit any CSS that gets loaded into your browser. Check out userstyles.org for more examples, but if you’re handy with CSS you can write your own little snippets like this for all the web sites that you’d like to improve upon in your daily browsing.


Viewing all articles
Browse latest Browse all 5

Latest Images

Trending Articles





Latest Images