Hide the saved stories counter. I really don't need to see how many stories I've saved.

1 Like

We were discussing this on Twitter. Here’s how to do it in your user stylesheet:

.NB-feeds-header-starred .NB-feeds-header-count { display: none; }

Otherwise, it’s not worthwhile to create a new preference for a single user.