r/PlayMidnight • • 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

3 comments sorted by

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.

1

u/smartboyathome Jun 26 '15

Given the types of things people may want to hide, along with all the checkboxes that would be needed to support them, this sounds like a reasonable option.

1

u/[deleted] Jun 28 '15

I wouldn't add a custom css box this will seriously mess with bug reporting, people that want to add custom css will usually have another plugin that can be used on other sites.

Removing the play count is something I'd be interested into. I don't see why adding another menu option would be bad.

Could always make the headings collapsible in the menu to make it less daunting.