Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gjbianco/mvr
minimum viable reddit
https://github.com/gjbianco/mvr
Last synced: about 1 month ago
JSON representation
minimum viable reddit
- Host: GitHub
- URL: https://github.com/gjbianco/mvr
- Owner: gjbianco
- License: mit
- Created: 2017-09-07T23:20:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-17T17:35:41.000Z (almost 7 years ago)
- Last Synced: 2024-12-09T12:57:39.913Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mvr
mvr - minimum viable reddit## About
mvr strives to be the minimum extra features you need to make browsing reddit comfortable. It takes inspiration from Reddit Enhancement Suite (RES) and came about due to the latter dropping support for Safari. It does not (and will not) attempt to recreate the vast majority of RES.
mvr mainly focuses on adding basic navigation keyboard controls (see below). Speed is another focus.
## Support
mvr consists of a small JavaScript file. This allows it to be snappy and work cross-browser.
Currently, there is only a build for Safari, but Chrome and Firefox should be coming next.
## Controls
j - select next post
k - select previous post
h - toggle in-line viewing ("expando")
l - open post in a new tab
m - open comments in a new tab
. - go to next page
, - go to previous page
## Planned Features
- Upvoting and downvoting
- Comment navigation
- Image album controls