Refined GitHub
Safari extension that simplifies the GitHub interface and adds useful features
This is a Safari version of Refined Github, you can build it with Gulp or download it ready to be installed in the Releases section.
Installation
- You can install the extension directly downloading it from the Releases.
- You can also build it yourself but you'll need a Safari Developer Membership to install it on Safari.
Build
Dependencies
- npm
First clone the repository
git clone https://github.com/fantattitude/refined-github-safariThen enter in the project folder and install needed dependencies
cd refined-github-safari
npm installAnd finally you can build the project using the following command
gulp buildThe tmp folder will contain the .safariextension folder which can be installed using Extension Builder.
Credits
All credits for Refined Github goes to its original creator Sindre Sorhus.
The gulp script is highly inspired by Octotree's build script because I'm terrible at automating javascript.