Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/parseword/improvur
Firefox extension that rewrites Imgur links to point directly at the target image file
https://github.com/parseword/improvur
addon extension firefox imgur
Last synced: 25 days ago
JSON representation
Firefox extension that rewrites Imgur links to point directly at the target image file
- Host: GitHub
- URL: https://github.com/parseword/improvur
- Owner: parseword
- License: apache-2.0
- Created: 2016-03-07T19:35:30.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-30T03:11:17.000Z (almost 7 years ago)
- Last Synced: 2024-11-13T19:40:58.706Z (3 months ago)
- Topics: addon, extension, firefox, imgur
- Language: JavaScript
- Size: 17.6 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Improvur
Improvur is a Firefox extension that rewrites Imgur links to point directly at the target image file when possible. For example, a link like `http://imgur.com/yeAzeso` will be converted to `https://i.imgur.com/yeAzeso.jpg`. This allows you to view the image file without loading all of Imgur's social content, advertising, etc.
Gallery and album links are left untouched, since they need Imgur's scaffolding to work properly. Also, links on imgur.com itself are not rewritten so that features on that site continue to function as intended.
### Notes
Links are rewritten to use a .jpg extension regardless of the actual image type. This works because Imgur generally ignores file extensions and serves files based on their MIME type instead.
### TODO / Known issues
* Improvur works with Firefox versions up to 56. Unfortunately, Mozilla has rendered many extensions obsolete by moving to WebExtensions. I may look at converting Improvur in the future, but it's not a priority.