https://github.com/shellscape/github-notifications-classic
A CSS project that restores the classic Github Notifications appearance.
https://github.com/shellscape/github-notifications-classic
classic cruft github noise notifications restore revert ux
Last synced: 5 months ago
JSON representation
A CSS project that restores the classic Github Notifications appearance.
- Host: GitHub
- URL: https://github.com/shellscape/github-notifications-classic
- Owner: shellscape
- License: mpl-2.0
- Created: 2020-04-23T16:18:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T16:48:03.000Z (about 4 years ago)
- Last Synced: 2025-01-02T02:11:22.764Z (5 months ago)
- Topics: classic, cruft, github, noise, notifications, restore, revert, ux
- Language: CSS
- Size: 628 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/funding.yml
- License: LICENSE
Awesome Lists containing this project
README
# Github Notifications Classic
A CSS project that restores the classic Github Notifications appearance and removes unnecessary cruft and visual noise.
_Please consider donating if you find this useful._
## Usage
The CSS in this repository can also be used with an extension for your browser which allows users to inject their own CSS into a page. We recommend the [Stylus](https://add0n.com/stylus.html) extension, which is available for free for [Chrome](https://chrome.google.com/webstore/detail/clngdbkpkpeebahjckkjfobafhncgmne), [Firefox](https://addons.mozilla.org/firefox/addon/styl-us/), and [Opera](https://addons.opera.com/extensions/details/stylus/).
Using with Stylus:
1. Install Stylus
1. Click the Stylus button in the browser toolbar
1. Click _Manage_ button
1. Click the _Write new Style_ button
1. In the _Enter a Name_ textbox, enter 'Github Notifications Classic'
1. Paste the code from [github-notifications.css](https://github.com/shellscape/github-notifications-classic/blob/master/github-notifications.css) in this repository into the _Code 1_ textarea
1. Click the _+_ button to the right of _Applies to Everything_, which is directly beneath the textarea
1. In the select dropdown that appears, choose _URLs matching the regexp_, and enter `.*github\.com\/notifications.*`
1. Click the _Save_ button near the top left
1. Enjoy 😀## Meta
[CONTRIBUTING](./.github/CONTRIBUTING.md)
[LICENSE (Mozilla Public License)](./LICENSE)