https://github.com/mathieudutour/refined-github
Safari extension that simplifies the GitHub interface and adds useful features
https://github.com/mathieudutour/refined-github
browser-extension github github-extension safari-extension userstyle
Last synced: 7 months ago
JSON representation
Safari extension that simplifies the GitHub interface and adds useful features
- Host: GitHub
- URL: https://github.com/mathieudutour/refined-github
- Owner: mathieudutour
- License: mit
- Created: 2018-05-07T06:19:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-23T16:17:24.000Z (almost 5 years ago)
- Last Synced: 2025-04-03T03:51:12.541Z (10 months ago)
- Topics: browser-extension, github, github-extension, safari-extension, userstyle
- Language: HTML
- Homepage: https://safari-extensions.apple.com/details/?id=me.dutour.mathieu.refined-github-8SEPFSC7S3
- Size: 1.96 MB
- Stars: 26
- Watchers: 2
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Refined GitHub for Safari
[](https://travis-ci.org/mathieudutour/refined-github)
> Browser extension that simplifies the GitHub interface and adds useful features
This is a Safari version of [Refined GitHub](https://github.com/sindresorhus/refined-github).
## Install
[Install from the Safari Extensions Gallery](https://safari-extensions.apple.com/details/?id=me.dutour.mathieu.refined-github-8SEPFSC7S3)
or
[Download latest release](https://github.com/mathieudutour/refined-github/releases)
## Development
Before starting, git submodules should be checked out (`git submodule update --init`) and [Node](https://nodejs.org/en/) should be installed.
Then, install required dependencies with
```bash
npm install
```
After this, running
```bash
npm run build
```
will build the extension files to "refined-github.safariextension" directory. This directory can be loaded with [Extension Builder](https://developer.apple.com/library/content/documentation/Tools/Conceptual/SafariExtensionGuide/UsingExtensionBuilder/UsingExtensionBuilder.html) to Safari.