Skip to content

Commit

Permalink
[TBS]-GitHub launched its new WebUI on Jun 23. Buttons, labels, almos…
Browse files Browse the repository at this point in the history
…t everything becomes circles. I can't stand to see them every day.

-So, I built this Chrome extension, **Github Classic Theme**, to bring something I familiar back.
-The extension is small and quick since it only injects CSS to Github pages to override some styles, w/o any calculation after DOM rendered.
-The extension improves the GitHub experience in the following ways,
-The version of the extension will be the date of GitHub updated. So, the first version is `2020.6.23`. I will update the extension once it isn't compatible with the future version of GitHub.
  • Loading branch information
kitt1987 committed Jul 15, 2020
1 parent 0d1ae70 commit 20c9c9c
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@

<img src="https://github.com/kitt1987/github-beautifier/blob/master/doc/img/promo.png?raw=true" style="zoom:50%;" />

GitHub launched its new WebUI on Jun 23. Buttons, labels, almost everything becomes circles. I can't stand to see them every day.
GitHub Beautifier is a Chrome extension to improve the GitHub UI experience updated on Jun 23, 2020.
It doesn't just bring the old styles back.
Instead, GitHub Beautifier only injects CSS to Github pages to override some styles, w/o any calculation after DOM rendered.

So, I built this Chrome extension, **Github Classic Theme**, to bring something I familiar back.

The extension is small and quick since it only injects CSS to Github pages to override some styles, w/o any calculation after DOM rendered.



The extension improves the GitHub experience in the following ways,
The extension improves the styles in the following ways,

1. Decreases the `border-radius` of buttons and labels but keeps most indicators in circles,
2. Aligns the repo navigation bar to its contents.



The version of the extension will be the date of GitHub updated. So, the first version is `2020.6.23`. I will update the extension once it isn't compatible with the future version of GitHub.
The version of the extension will be the date of GitHub updated. So, the first version is `2020.6.23`.
I will update the extension once it isn't compatible with the future version of GitHub.
Feel free to fork this repo and get your favorite styles.



Expand All @@ -28,5 +28,3 @@ The version of the extension will be the date of GitHub updated. So, the first v
<img src="https://github.com/kitt1987/github-beautifier/blob/master/doc/img/screenshot2.png?raw=true" style="zoom:50%;" />

<img src="https://github.com/kitt1987/github-beautifier/blob/master/doc/img/screenshot3.png?raw=true" style="zoom:50%;" />

<img src="https://github.com/kitt1987/github-beautifier/blob/master/doc/img/screenshot4.png?raw=true" style="zoom:50%;" />

0 comments on commit 20c9c9c

Please sign in to comment.