Skip to content

Chrome web extension that loads reddit images directly instead of referring to the HTML page containing the image.

License

Notifications You must be signed in to change notification settings

3ncy/load-reddit-images-directly-Chrome

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Load Reddit Images Directly

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.

Installation

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.

  1. Download this repository via the green <> Code ▾ button and extract the .zip somewhere convenient.
  2. Go to chrome://extensions (or open the page via the "Manage Extensions" setting)
  3. Enable Developer mode in top right corner
  4. Click Load Unpacked in top left
  5. 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.

About

Chrome web extension that loads reddit images directly instead of referring to the HTML page containing the image.

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • JavaScript 82.5%
  • HTML 17.5%