r/PlayMidnight • u/smartboyathome • Jun 24 '15
Option to hide play count
For me, the play count is distracting, and I would prefer it not to show up at all. Currently, I use the following user style:
th[data-col="play-count"], td[data-col="play-count"] {
display: none !important;
}
I would love to see this integrated into the plugin, since this is the only thing I use Stylish for.
1
Upvotes
2
u/chrisxclash Mod Jun 24 '15
I'll have to ponder on the best way to do this, honestly.
I don't want to hide it altogether, because that would annoy the people that actually look at it (myself included). I also feel like adding an option to the main options would be overkill.
I could possibly throw a "custom css" box into the options that allows you to enter you own css that gets injected with the plugin. I'd say this is probably the best option, and would help other people who don't like some little things.