2010-02-23

Google Readerの横幅を制限しない方法

私は、多くのブログをGoogle Reader経由で読んでいる。しかし、Google Readerは、このように、max-widthを650pxに固定している。これは、左側のパネルを閉じれば、解除される。私は、このような制限を好まない。

私は、1920x1200のディスプレイを使っているのである。もし、文字の幅が広すぎて読みにくいというのであれば、自分でブラウザのウインドウサイズを調節する。サイト側で固定されたmax-widthのお世話になる必要はない。

そこで、Google Readerの、この制限を、extensionで書き換えてやろう。

#entries .entry-body, #entries .entry-likers
{
    max-width : 100% !important ;
}

これでよし。

No comments:

Post a Comment

You can use some HTML elements, such as <b>, <i>, <a>, also, some characters need to be entity referenced such as <, > and & Your comment may need to be confirmed by blog author. Your comment will be published under GFDL 1.3 or later license with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.