Load larger image copies with Image Max URL

Martin Brinkmann
Oct 12, 2018
Updated • Feb 21, 2019
Firefox, Firefox add-ons
|
14

Image Max URL is a browser extension for Firefox and a userscript designed to provide users with an option to load larger versions of images that they encounter on the Internet.

Images displayed on websites are not necessarily displayed in the largest resolution that is available. Some sites pick the right version of an image based on factors such as the resolution of the browser window to deliver the best image based on that.

Smaller images have several advantages such as a smaller file size when compared to original images; this improves the loading time of the site and decreases bandwidth costs at the same time.

The disadvantage of displaying smaller images on websites is that they may not provide as much detail as the full copies. Some Internet users may want to look at full resolution images as they may provide more detail or download these larger versions of images for safekeeping or use as desktop wallpapers.

Image Max URL

image max url

Image Max URL started out as a userscript that users could load in the web browser to add the provided functionality to the browser. The extension is also available as a Firefox add-on.

There are two differences between the userscript and the add-on:

  1. The add-on does not support image previews.
  2. The add-on supports automatic redirects (for custom header images or images that are set to download).

Both tools work identically in all other aspects. The userscript requires installation of a third-party extension that adds userscript support to the browser. Advantage here is that this works in Firefox, Chrome, Opera, Vivaldi and other browsers.

Image Max URL replaces image URLs with different ones to retrieve larger versions of images if available. It features more than 3000 hardcoded URL patterns and API calls for sites like Twitter, Pinterest, Tumblr, Weibo, Flickr, or Imgur, and generic engines support next to that.

You do the following to load the larger version of an image using the extension or script:

  1. Hover the mouse cursor over the image that you want to retrieve a larger copy of.
  2. Use Ctrl-key and Shift-key to load the larger image (if it exists).

You can change the default keyboard shortcut Ctrl-Shift to another one in the options. The extension supports a combination of Ctrl, Shift, and Alt, and may delay the operation by one or three seconds. It may take a moment before the image is displayed depending on the speed of the Internet connection and size of image.

The detected image is displayed as a popup on the screen and you may interact with it directly. A left-click loads it in a new tab, a right-click displays options to save it or process it in other ways.

As far as options are concerned, there are a couple more. Image Max URL does not load watermarked images by default and ignores smaller non-watermarked images. It happens that similar sized or even smaller images are returned by the extension. This may happen when no larger version of the image is available, when URL Image Max failed to detect the larger version, or when a site scales images automatically.

Closing Words

Image Max URL is a useful extension for Firefox and userscript for all browsers that support scripts. While you need to test its functionality to see if it works on sites that you visit regularly, it is useful to users who want to look at larger copies of images regularly or download these to their devices.

Now You: How do you handle small images on sites?

Summary
software image
Author Rating
1star1star1star1star1star
5 based on 2 votes
Software Name
Image Max URL
Software Category
Browser
Landing Page
Advertisement

Tutorials & Tips


Previous Post: «
Next Post: «

Comments

  1. TelV said on January 11, 2021 at 1:33 pm
    Reply

    @ Martin,

    I posted a commend earlier today concerning Image Max URL, but don’t see it here anywhere (Thank God). Please CANCEL it if you see it. It wasn’t that one which was causing the problem, but rather another addon called “Hide Images Opacity” which is the culprit in my particular case.

    Profuse apologies to the Image Max dev.

    1. qsniyg said on May 8, 2021 at 4:32 am
      Reply

      Glad it’s sorted!

      If you have any other issues, feel free to let me know directly (github issues, reddit, matrix/discord, email, anything’s fine). I try to address issues as soon as I’m aware of them :)

  2. TelV said on January 11, 2021 at 12:32 pm
    Reply

    Some SERIOUS issues with this addon now. Since the last update is disables itself when the browser is opened which means all images are hidden. I can’t find anything in the settings to change that behaviour. So unless you’re prepared to click the button every time don’t install this addon.

    In desperation I removed it. But guess what? The problem persists! The button remains on the toolbar with a red X through it and continues to work in that mode. Dragging the button into the Customize page on Waterfox doesn’t make any difference. So now I’m forced to create a whole new profile just to be able to ensure that images will appear normally grrrrrrrrrrrrrr…..

  3. stilofilos said on October 13, 2018 at 10:30 am
    Reply

    I am using https://tineye.com/extensions in Firefox and New Moon (classic extension, don’t know whether it has a webextension version) , which generally works fine. Launch via context menu. You can sort its results list, like to show biggest ones first. You can search I believe up to 100 images per day for free, each day again.

    1. Tom Hawack said on October 13, 2018 at 10:59 am
      Reply

      TinEye is indeed an interesting Firefox extension but it’ll require a search for an an image’s larger dimensions’ availability you won’t have t right on the screen as with the exxtension/script mentioned in the article.

      For whom may be interested, among many other features, TinEye and several other image search engines are available right within an image dedicated extension : Viewhance at https://addons.mozilla.org/en-US/firefox/addon/viewhance/

  4. RR said on October 12, 2018 at 9:37 pm
    Reply

    get addon: Imagus

  5. justakiwi said on October 12, 2018 at 7:48 pm
    Reply
    1. TelV said on October 13, 2018 at 11:51 am
      Reply

      Don’t like the permissions it requires i.e. “Access your data for all websites”. https://support.mozilla.org/en-US/kb/permission-request-messages-firefox-extensions

      Meaning:
      “The extension can read the content of any web page you visit as well as data you enter into those web pages, such as usernames and passwords.”

      1. qsniyg said on October 13, 2018 at 9:10 pm
        Reply

        It’s actually the same case for Image Max URL as well. Unfortunately it’s the only way either extension can actually work, as it needs to be able to read the images on the page in order to do the popup (and this requires a content script, which can access anything on the page).

        Redirection doesn’t necessarily need a content script (although IMU uses one for redirection as well, due both simplicity and its roots as a userscript), but even if it worked purely as a background script, I believe it would still require those permissions, as it would need to check every URL to see if it can be redirected (which, as far as I’m aware, will also always include the headers).

        However, both Hover Zoom (repo linked by justakiwi) and Image Max URL (https://github.com/qsniyg/maxurl) are open source, so you can look through the source code.

        Although IMU’s source code is relatively large (~23k lines of code), you can just search for “do_request”, which is where HTTP requests are done. The addon also intercepts requests done by the content script in extension/background.js, in order to change certain headers for the request to work properly.

      2. TelV said on October 14, 2018 at 4:01 pm
        Reply

        @qsniyg,

        Yes, I understand what you said, but don’t like the idea that an app can read the login username and password for my banking site for example. It raises all sorts of questions as to the security of the data which has been retrieved.

  6. Tom Hawack said on October 12, 2018 at 4:05 pm
    Reply

    How do I handle small images on sites? I’ll zoom the page most often which will bring up a lousy pic or use a magnifying glass. In the latter case I have a great success at making anyone around the screen develop an outstanding laugh.

    With this extension I won’t make people laugh anymore :)

    1. ULBoom said on October 12, 2018 at 9:12 pm
      Reply

      Way back I got a book sized fresnel lens for something, don’t remember why. Try one of those for a laugh!

  7. TelV said on October 12, 2018 at 1:43 pm
    Reply

    Right click —> View image. If there’s a larger pix available you’ll see the magnifier.

    1. Martin Brinkmann said on October 12, 2018 at 1:49 pm
      Reply

      That is only true if the image is linked. This extension and script takes care of sites where this is not necessarily the case.

Leave a Reply

Check the box to consent to your data being stored in line with the guidelines set out in our privacy policy

We love comments and welcome thoughtful and civilized discussion. Rudeness and personal attacks will not be tolerated. Please stay on-topic.
Please note that your comment may not appear immediately after you post it.