Revert back to good old GitHub Homepage
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
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 Fixed.
I didn't like the new dashboard and thus made a minimal version of it. https://github.com/mesaugat/minimal-github (Check the screenshots)
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>";})();
Stylish is collecting user data, Stylus is a better option. https://add0n.com/stylus.html
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
I would suggest switching this to:
This is better reflects the intent AND has no specificity issues when using Styler.