Skip to content

Instantly share code, notes, and snippets.

@amitmerchant1990
Last active March 26, 2021 02:21
Show Gist options
  • Star 19 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save amitmerchant1990/198ecb4a6166176ef6866f1f4aee7298 to your computer and use it in GitHub Desktop.
Save amitmerchant1990/198ecb4a6166176ef6866f1f4aee7298 to your computer and use it in GitHub Desktop.
Revert back to good old GitHub Homepage
/**
1. Install the Stylish(https://chrome.google.com/webstore/detail/stylish/fjnbnpbmkenffdnngjfgmeleoegfcffe?hl=en) extension for Chrome.
2. Open up extension options and paste the CSS mentioned below.
3. Specify the "URLs on the domain" to be `github.com`.
4. Add a title and save.
*/
.dashboard-sidebar {
float: right;
padding-right: 10px;
padding-left: 10px;
}
@fahrradflucht
Copy link

I would suggest switching this to:

.dashboard-sidebar {
    float: right;
    padding-right: 10px;
    padding-left: 10px;
}

This is better reflects the intent AND has no specificity issues when using Styler.

@amitmerchant1990
Copy link
Author

@mesaugat
Copy link

I didn't like the new dashboard and thus made a minimal version of it. https://github.com/mesaugat/minimal-github (Check the screenshots)

@bmcculley
Copy link

If you'd rather avoid installing Stylish, you could set it as a bookmark.

javascript:(function(){document.querySelector('head').innerHTML += "<style> .dashboard-sidebar {float:right;padding-right: 10px;padding-left: 10px;}</style>";})();

@russdb
Copy link

russdb commented Jun 20, 2018

Stylish is collecting user data, Stylus is a better option. https://add0n.com/stylus.html

@misha-krainik
Copy link

M$ again spoiled good product...
How to rollback to the old version of the dashboard in account settings?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment