sindresorhus/refined-github

Let users disable `clean-dashboard` #3816

smac89 posted onGitHub

I'm talking about the homepage: https://github.com/

I prefer the original GitHub homepage activities section over what this plugin does. Is there an easy way to toggle it off? I've searched through the options and haven't found anything.

I have tried using these CSS rules to disable some of the work done in this area, but I wish there was a global CSS rule I can toggle to disable all modifications done in that section.

:root > * {
  --github-border-color: var(--color-border-primary);
}

.dashboard .flex-items-baseline .f6.mt-2 {
}

/* leave the box, I like it */
.dashboard .js-all-activity-header + div .Box {
}

/* Remove the top border */
.dashboard-rollup-items .body {
}

/* Remove the border between collapsible items */
.dashboard .body > .border-bottom {
}

.dashboard .flex-items-baseline.py-3 {
}

It just feels too condensed for my liking, and I prefer the way GitHub spaces all the items out.


On mobile and don't remember the exact name. Go to the extention options and uncheck hide-usless-feeds

posted by yakov116 over 4 years ago

@yakov116 Thanks but this only seems to work to disable automatically hiding certain events. I am looking for something that entirely disables everything done by this plugin in that one section.

posted by smac89 over 4 years ago

Fund this Issue

$0.00
Funded

Pull requests