Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xthexder/wide-github
Change all github repository pages to be full width and dynamically sized.
https://github.com/xthexder/wide-github
Last synced: about 2 months ago
JSON representation
Change all github repository pages to be full width and dynamically sized.
- Host: GitHub
- URL: https://github.com/xthexder/wide-github
- Owner: xthexder
- License: mit
- Created: 2013-06-18T16:33:35.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-02-07T23:04:31.000Z (11 months ago)
- Last Synced: 2024-04-05T23:36:48.398Z (9 months ago)
- Language: JavaScript
- Size: 106 KB
- Stars: 359
- Watchers: 20
- Forks: 76
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- evil-and-not-wholly-awesome-firefox - Wide GitHub - for those who don't like white space. (Restyling well-known sites)
README
Wide GitHub
===========This plugin changes all GitHub repository pages to be full width and dynamically sized. Gists are supported as of version 1.1.0.
This repository always contains the latest version, the Chrome and Firefox extension updates may be delayed by submission reviews.
Installing
----------As a Chrome Extension:
The Chrome extension can be installed from the [Chrome Web Store](https://chrome.google.com/webstore/detail/wide-github/kaalofacklcidaampbokdplbklpeldpj)
As a Firefox Addon:
The Firefox addon can be installed from the [Mozilla Addons Website](https://addons.mozilla.org/firefox/addon/wide-github-chrome/)
As a Greasemonkey / UserScript:
This script can be installed into Greasemonkey or other user script plugins by going here: [wide-github.user.js](https://raw.githubusercontent.com/xthexder/wide-github/master/build/wide-github.user.js)
As a Stylus / UserCSS
This style can be installed into Stylus by going here: [wide-github.user.css](https://raw.githubusercontent.com/xthexder/wide-github/master/build/wide-github.user.css)
Development
-----------To generate the user.js for Greasemonkey, run `make js`.
The user.css can be built using `make css`.
The chrome extension and firefox addon are identical and can be built using `make chrome`.