sindresorhus/refined-github

More control over news-feed visibility #4379

vibhavagarwal5 posted onGitHub

It would make sense to give the users more control over whats visible in the github newsfeed hide-useless-newsfeed-events should define more user control if they want to which of the following things:

  • .push,
  • .fork,
  • .delete,
  • .follow,
  • .release

Its simple css. Disable the feature and copy what you would like into the custom css box.

posted by yakov116 almost 4 years ago

I did not know this. Thanks.

posted by vibhavagarwal5 almost 4 years ago

Ok, I tried pasting modified https://github.com/sindresorhus/refined-github/blob/main/source/features/hide-useless-newsfeed-events.css into the "Custom CSS" box but its not working

posted by vibhavagarwal5 almost 4 years ago

Did you try?

.news :is(.push, .fork, .delete, .follow, .release) {    display: none !important;}
posted by yakov116 almost 4 years ago

I was adding .rgh-hide-useless-newsfeed-events as well which was causing the issue.

posted by vibhavagarwal5 almost 4 years ago

Fund this Issue

$0.00
Funded

Pull requests