The "Mark all as read" in now a button that takes and keeps focus. This means that if you press it once with your mouse and, then, go to another group of posts and press space to view the next page, you 'll end to mark all posts in that group as read!!! [because the "Mark all as read" button has got the focus]
The easier work-around solution I've found is to hide that button and use
Since I work with Firefox and use Stylish, this hiding is easy. Just add a new recipe, name it something like "hide mark all in GReader" and insert the following in it:
@-moz-document url-prefix(http://www.google.com/reader), url-prefix(https://www.google.com/reader), url-prefix(http://google.com/reader), url-prefix(https://google.com/reader) {
span#mark-all-as-read-split-button { display: none !important; }
}
and enable the Stylish recipe when you want to feel safe.
0 comments:
Post a Comment