Chrome extension that automatically redirects image requests to the original-quality image. Right now, supported on:
- Twitter: appends
:orig
at the end ofhttps://pbs.twimg.com/media/*
URLs
Note that if you install an extension from outside the Chrome Web Store, you'll see a "developer mode extensions" nag popup every time you start Chrome, unless you're using Chrome on Linux (lucky you!). On other platforms, you might be able to hexedit your Chrome binary to get rid of it (I have not tested this).
-
git clone https://github.com/ludios/original-quality-images
-
Open
chrome://extensions
in Chrome. -
Check "Developer mode" at the top-right.
-
Click "Load unpacked extension...", then select the cloned
original-quality-images
directory. -
Check "Allow in incognito" if you also want to use this extension in incognito windows.