Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/niklashenning/hide-profile-readme
Browser extension that hides the annoying profile README on GitHub profiles
https://github.com/niklashenning/hide-profile-readme
browser-extension chrome-extension edge-extension github readme readme-profile
Last synced: about 1 month ago
JSON representation
Browser extension that hides the annoying profile README on GitHub profiles
- Host: GitHub
- URL: https://github.com/niklashenning/hide-profile-readme
- Owner: niklashenning
- License: mit
- Created: 2024-10-10T23:35:49.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-10-18T13:43:17.000Z (3 months ago)
- Last Synced: 2024-12-08T06:04:12.852Z (about 2 months ago)
- Topics: browser-extension, chrome-extension, edge-extension, github, readme, readme-profile
- Language: JavaScript
- Homepage: https://chromewebstore.google.com/detail/omjlligogheoohbckidoaiengmiohido
- Size: 15.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Hide GitHub Profile Readme
[![Version](https://img.shields.io/badge/version-v1.0.0-blue)](https://chromewebstore.google.com/detail/omjlligogheoohbckidoaiengmiohido)
[![Build](https://img.shields.io/badge/build-passing-neon)](https://github.com/niklashenning/hide-profile-readme)
[![License](https://img.shields.io/badge/license-MIT-green)](LICENSE)
Browser extension that hides the annoying profile README on GitHub profiles.
Revert back to clean profiles without all the clutter.
Install extension »
## Installation
### Chrome Web Store
You can install the extension through the Chrome Web Store on browsers such as Google Chrome, Microsoft Edge, Opera, and Brave.
Simply follow [this link](https://chromewebstore.google.com/detail/omjlligogheoohbckidoaiengmiohido) and click on the "Add to Chrome" or "Get" button, depending on your browser.### Installing locally
Alternatively, you can install the extension locally by following these steps:
1. Clone the repository```
git clone https://github.com/niklashenning/hide-profile-readme.git
```2. Open your browser's extension manager
`chrome://extensions/`, `edge://extensions/`, ...
3. Enable developer mode to be able to load unpacked extensions
4. Click the "Load unpacked" button and select the "src" folder of the cloned repository, which will load and enable the extension
## Usage
While the extension is installed, profile READMEs are hidden automatically.
To see whether a profile has a hidden README, simply open the status popup
by clicking on the extension's icon when you're on a GitHub profile page.## License
This software is licensed under the [MIT license](LICENSE).