Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edy/reddit-imgur
Expands imgur.com links on reddit.com
https://github.com/edy/reddit-imgur
Last synced: about 2 months ago
JSON representation
Expands imgur.com links on reddit.com
- Host: GitHub
- URL: https://github.com/edy/reddit-imgur
- Owner: edy
- Created: 2014-12-29T13:44:56.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-28T21:43:27.000Z (almost 9 years ago)
- Last Synced: 2023-04-10T03:12:18.054Z (almost 2 years ago)
- Language: JavaScript
- Size: 363 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reddit Imgur Expander
This Google Chrome extension expands imgur links on reddit.com## How to build
`make clean && make`## Screenshot
![](screenshot.jpg)## Changelog
### 1.2.0 (28 Feb 2016)
- treat webm and mp4 as videos too
### 1.1.0 (26 Feb 2016)
- Added gifv support
- Display only a large thumbnail instead of the full image# License
The MIT License (MIT)
Copyright (c) 2014 Eduard Baun
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.