Chrome web extension that loads reddit images directly instead of redirecting to the HTML page containing the image. This works for i.redd.it, preview.redd.it and external-preview.redd.it urls. Additionally, requests to www.reddit.com/media?url=$IMAGE_URL (i.e., the before-mentioned HTML page) are automatically redirected to $IMAGE_URL (i.e., the direct image url).
Note: a redirect to the original (high-res) image URL (the i.redd.it URL) can be preferred over the preview URL by changing the extension setting.
This fork simply ports the code of the original extension to work on chromium-based browsers. However due to Chrome deprecating the v2 manifest, I cannot publish it on the extension store.
- Download this repository via the green
<> Code ▾
button and extract the .zip somewhere convenient. - Go to
chrome://extensions
(or open the page via the "Manage Extensions" setting) - Enable
Developer mode
in top right corner - Click
Load Unpacked
in top left - Select and upload the unzipped folder (the inner one containing the
.js
,.html
and.json
files)- Chrome will show an error and complain that "Manifest version 2 is deprecated". This can be safely ignored.