Browser extension that simplifies the GitHub interface and adds useful features
This is a Safari version of Refined GitHub.
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 - Updated in November 2017, but conflicts prevent updating. Published to Safari Extension Gallery.