Browser extension that simplifies the GitHub interface and adds useful features
This is a Safari version of Refined GitHub.
No built extensions available. See Development section for instructions.
Before starting, git submodules should be checked out (git submodule update --init
) and Node should be installed.
Then, install required dependencies with
npm install
After this, running
npm run build
will build the extension files to "Refined Gituhub.safariextension" directory. This directory can be loaded with Extension Builder to Safari.
This repository is not the first attempt to create a Safari version of Refined GitHub. There are at least two other similar projects:
- Safari wrapper by @fantattitude - last updated in 2016
- Safari fork by @mathieudutour - almost up to date, but conflicts make it hard to maintaint it